diff -r 684261ef2165 -r c71bd6f21748 eric6/Plugins/PluginEricapi.py --- a/eric6/Plugins/PluginEricapi.py Sun Sep 01 19:40:53 2019 +0200 +++ b/eric6/Plugins/PluginEricapi.py Sun Sep 01 19:56:13 2019 +0200 @@ -36,7 +36,6 @@ """ Ericapi is used to generate a QScintilla API file for Python and""" \ """ Ruby projects.""" pyqtApi = 2 -python2Compatible = True # End-Of-Header error = "" @@ -143,7 +142,7 @@ if self.__projectAct is not None: self.__projectAct.setEnabled( e5App().getObject("Project").getProjectLanguage() in - ["Python", "Python2", "Python3", "Ruby", "MicroPython"]) + ["Python", "Python3", "Ruby", "MicroPython"]) def __doEricapi(self): """