Skip to content

Commit 1349592

Browse files
committed
Fix new variable name using
1 parent 381216b commit 1349592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
else:
4444
path_separators = ['/']
4545

46-
if sys.use_alt_sep:
46+
if sys._use_alt_sep:
4747
path_separators = path_separators[::-1]
4848

4949
# Assumption made in _path_join()

0 commit comments

Comments
 (0)