Changeset 3403 for trunk


Ignore:
Timestamp:
Jun 11, 2007, 1:05:35 AM (18 years ago)
Author:
bird
Message:

emx_link wasn't found or something. drop it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Lib/os.py

    r3402 r3403  
    7575    except ImportError:
    7676        pass
    77     if sys.version.find('EMX GCC') == -1 and sys.platform != 'os2knix':
     77    # if sys.version.find('EMX GCC') == -1 and sys.platform != 'os2knix':
     78    if sys.version.find('EMX GCC') == -1:
    7879        import ntpath as path
    7980    else:
Note: See TracChangeset for help on using the changeset viewer.