Changeset 3402 for trunk/essentials/dev-lang/python/Lib/os.py
- Timestamp:
- Jun 11, 2007, 12:50:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Lib/os.py
r3225 r3402 75 75 except ImportError: 76 76 pass 77 if sys.version.find('EMX GCC') == -1 :77 if sys.version.find('EMX GCC') == -1 and sys.platform != 'os2knix': 78 78 import ntpath as path 79 79 else:
Note:
See TracChangeset
for help on using the changeset viewer.