Thanks to visit codestin.com Credit goes to github.com
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 5b96f50 commit f312a95Copy full SHA for f312a95
1 file changed
IPython/external/qt_loaders.py
@@ -57,7 +57,7 @@ def load_module(self, fullname):
57
""" % (fullname, loaded_api()))
58
59
ID = ImportDenier()
60
-sys.meta_path.append(ID)
+sys.meta_path.insert(0, ID)
61
62
63
def commit_api(api):
0 commit comments