We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0677bc2 commit f598c2eCopy full SHA for f598c2e
easybuild/tools/include.py
@@ -76,7 +76,7 @@
76
if 'char' in dir():
77
del char
78
79
-__path__ = __import__('pkgutil').extend_path(__path__, __name__)
+__path__ = pkgutil.extend_path(__path__, __name__)
80
"""
81
82
0 commit comments