Changeset 3426 for trunk/essentials/dev-lang/python/Lib/os.py
- Timestamp:
- Jun 14, 2007, 3:54:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Lib/os.py
r3403 r3426 75 75 except ImportError: 76 76 pass 77 # if sys.version.find('EMX GCC') == -1 and sys.platform != 'os2knix': 78 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: 79 80 import ntpath as path 80 81 else:
Note:
See TracChangeset
for help on using the changeset viewer.