--- Python25/Lib/ntpath_old.py Wed Apr 26 15:21:46 2006 +++ Python25/Lib/ntpath.py Wed Apr 08 13:16:34 2009 @@ -23,7 +23,7 @@ sep = '\\' pathsep = ';' altsep = '/' -defpath = '.;C:\\bin' +defpath = '.' if 'ce' in sys.builtin_module_names: defpath = '\\Windows' elif 'os2' in sys.builtin_module_names: