Skip to content

Commit be415ab

Browse files
FFY00brettcannon
andauthored
Update Lib/importlib/_bootstrap_external.py
Co-authored-by: Brett Cannon <[email protected]>
1 parent d779a7f commit be415ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,8 @@ def append(self, item):
11651165
self._path.append(item)
11661166

11671167

1168-
_NamespacePath = NamespacePath # for backwards compatibility
1168+
# For backwards-compatibility for anyone desperate enough to get at the class back in the day.
1169+
_NamespacePath = NamespacePath
11691170

11701171

11711172
# This class is actually exposed publicly in a namespace package's __loader__

0 commit comments

Comments
 (0)