diff -r 960850ec284c -r a22eee00b052 eric6/eric6_plugininstall.py --- a/eric6/eric6_plugininstall.py Sat Aug 31 12:29:57 2019 +0200 +++ b/eric6/eric6_plugininstall.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