summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/ntpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ntpath.py b/Lib/ntpath.py
index cf3c0be..fcb899b 100644
--- a/Lib/ntpath.py
+++ b/Lib/ntpath.py
@@ -22,7 +22,7 @@ pardir = '..'
extsep = '.'
sep = '\\'
pathsep = ';'
-altsep = None
+altsep = '/'
defpath = '.;C:\\bin'
if 'ce' in sys.builtin_module_names:
defpath = '\\Windows'