mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Fix octal constant to be Py3 compatible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@ for wc in ['wxWidgets/configure',
|
||||
'wxWidgets/src/stc/gen_iface.py',
|
||||
'bin/waf-*', ]:
|
||||
for item in glob.glob(wc):
|
||||
os.chmod(item, 0755)
|
||||
os.chmod(item, 0o755)
|
||||
|
||||
|
||||
# Now execute the real setup.py that was copied here in order to do whatever
|
||||
|
||||
Reference in New Issue
Block a user