Ticket #30450: patch-config.py.diff
File patch-config.py.diff, 354 bytes (added by ajb78@…, 13 years ago) |
---|
-
config.py
old new 257 257 cleaning = 'clean' in sys.argv 258 258 259 259 260 # change the PORT default for wxMac261 if sys.platform[:6] == "darwin":262 WXPORT = 'osx_carbon'263 264 260 # and do the same for wxMSW, just for consistency 265 261 if os.name == 'nt': 266 262 WXPORT = 'msw'