comparison: eric6/Toolbox/PyQt4ImportHook.py
eric6/Toolbox/PyQt4ImportHook.py
- branch
- without_py2_and_pyqt4
- changeset 7196
- ab0a91b82b37
- parent 7192
- a22eee00b052
equal
deleted
inserted
replaced
11 |
11 |
12 import sys |
12 import sys |
13 import importlib |
13 import importlib |
14 |
14 |
15 |
15 |
|
16 # TODO: get rid of this class and module |
16 class PyQt4Importer(object): |
17 class PyQt4Importer(object): |
17 """ |
18 """ |
18 Class implementing an importer converting PyQt5 imports to PyQt4 |
19 Class implementing an importer converting PyQt5 imports to PyQt4 |
19 imports. |
20 imports. |
20 """ |
21 """ |