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:
Robin Dunn
2013-04-21 16:34:12 +00:00
parent d0e440a304
commit 223d0da20e

View File

@@ -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