eric6/PluginManager/PluginExceptions.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6942
2602857055c5
child 7229
53054eb5b15a
diff -r 960850ec284c -r a22eee00b052 eric6/PluginManager/PluginExceptions.py
--- a/eric6/PluginManager/PluginExceptions.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/PluginManager/PluginExceptions.py	Sat Aug 31 12:58:11 2019 +0200
@@ -143,21 +143,3 @@
                 "PluginError",
                 "The plugin class {0} of module {1} is missing {2}.")\
             .format(class_, name, missing)
-
-
-class PluginPy2IncompatibleError(PluginError):
-    """
-    Class defining an error raised, when the plugin is incompatible
-    with Python2.
-    """
-    def __init__(self, name):
-        """
-        Constructor
-        
-        @param name name of the plugin module (string)
-        """
-        self._errorMessage = \
-            QCoreApplication.translate(
-                "PluginError",
-                "The plugin module {0} is not compatible with Python2.")\
-            .format(name)

eric ide

mercurial