Fix typo in mod_pbxproj.py
This commit is contained in:
parent
bce521ef9b
commit
ea82e43587
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(' ')
|
out.write(' ')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
iterKeys = root.iterkeys()
|
iterkeys = root.iterkeys()
|
||||||
|
|
||||||
except:
|
except:
|
||||||
# python 3 support
|
# python 3 support
|
||||||
|
|
Loading…
Add table
Reference in a new issue