Ticket #30450: patch-config.py.diff

File patch-config.py.diff, 354 bytes (added by ajb78@…, 13 years ago)
  • config.py

    old new  
    257257cleaning = 'clean' in sys.argv
    258258
    259259
    260 # change the PORT default for wxMac
    261 if sys.platform[:6] == "darwin":
    262     WXPORT = 'osx_carbon'
    263 
    264260# and do the same for wxMSW, just for consistency
    265261if os.name == 'nt':
    266262    WXPORT = 'msw'