##// END OF EJS Templates
hgdemandimport: use correct hyperlink to python-bug in comments (issue5765)...
Pulkit Goyal -
r35542:fcb1ecf2 default
parent child Browse files
Show More
@@ -46,7 +46,7 b' class _lazyloaderex(importlib.util.LazyL'
46 super().exec_module(module)
46 super().exec_module(module)
47
47
48 # This is 3.6+ because with Python 3.5 it isn't possible to lazily load
48 # This is 3.6+ because with Python 3.5 it isn't possible to lazily load
49 # extensions. See the discussion in https://python.org/sf/26186 for more.
49 # extensions. See the discussion in https://bugs.python.org/issue26186 for more.
50 _extensions_loader = _lazyloaderex.factory(
50 _extensions_loader = _lazyloaderex.factory(
51 importlib.machinery.ExtensionFileLoader)
51 importlib.machinery.ExtensionFileLoader)
52 _bytecode_loader = _lazyloaderex.factory(
52 _bytecode_loader = _lazyloaderex.factory(
General Comments 0
You need to be logged in to leave comments. Login now