Changeset 10 for python/trunk/Lib/os.py
- Timestamp:
- Sep 3, 2010, 5:33:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Lib/os.py
r2 r10 75 75 except ImportError: 76 76 pass 77 if sys.version.find('EMX GCC') == -1: 77 if sys.platform == 'os2knix': 78 import os2knixpath as path 79 elif sys.version.find('EMX GCC') == -1: 78 80 import ntpath as path 79 81 else:
Note:
See TracChangeset
for help on using the changeset viewer.