- Timestamp:
- Jun 11, 2007, 1:05:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Lib/os.py
r3402 r3403 75 75 except ImportError: 76 76 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: 78 79 import ntpath as path 79 80 else:
Note:
See TracChangeset
for help on using the changeset viewer.