commit
0509c8c0d6
1 changed files with 1 additions and 1 deletions
2
tools/external/mod_pbxproj.py
vendored
2
tools/external/mod_pbxproj.py
vendored
|
@ -1291,7 +1291,7 @@ class XcodeProject(PBXDict):
|
|||
out.write(' ')
|
||||
|
||||
try:
|
||||
iterKeys = root.iterkeys()
|
||||
iterkeys = root.iterkeys()
|
||||
|
||||
except:
|
||||
# python 3 support
|
||||
|
|
Loading…
Reference in a new issue