eric6/eric6_pluginrepository.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6949
a5255f1ba3f0
child 7198
684261ef2165
--- a/eric6/eric6_pluginrepository.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/eric6_pluginrepository.py	Sat Aug 31 12:58:11 2019 +0200
@@ -20,11 +20,6 @@
 
 import Toolbox.PyQt4ImportHook  # __IGNORE_WARNING__
 
-try:  # Only for Py2
-    import Globals.compatibility_fixes     # __IGNORE_WARNING__
-except (ImportError):
-    pass
-
 for arg in sys.argv[:]:
     if arg.startswith("--config="):
         import Globals

eric ide

mercurial