diff options
Diffstat (limited to 'contrib/python/ipython/py3/IPython/external')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/external/qt_loaders.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/ipython/py3/IPython/external/qt_loaders.py b/contrib/python/ipython/py3/IPython/external/qt_loaders.py index 6058ee5a9a8..87b716582a1 100644 --- a/contrib/python/ipython/py3/IPython/external/qt_loaders.py +++ b/contrib/python/ipython/py3/IPython/external/qt_loaders.py @@ -8,6 +8,7 @@ bindings, which is unstable and likely to crash This is used primarily by qt and qt_for_kernel, and shouldn't be accessed directly from the outside """ + import importlib.abc import sys import os |
