Fix Darwin build and update Shared
This commit is contained in:
parent
9ba4b6a91a
commit
0ec7e7cc9e
97 changed files with 294 additions and 219 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
# encoding: utf-8
|
||||
from __future__ import print_function
|
||||
import re
|
||||
|
||||
from ox.cache import read_url
|
||||
|
|
@ -297,4 +298,4 @@ _id_map = {
|
|||
|
||||
if __name__ == '__main__':
|
||||
ids = get_ids()
|
||||
print sorted(ids), len(ids)
|
||||
print(sorted(ids), len(ids))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue