--- a/eric6/Plugins/PluginEricdoc.py Sun Sep 01 19:40:53 2019 +0200 +++ b/eric6/Plugins/PluginEricdoc.py Sun Sep 01 19:56:13 2019 +0200 @@ -36,7 +36,6 @@ """ Ericdoc is used to generate a source code documentation""" \ """ for Python and Ruby projects.""" pyqtApi = 2 -python2Compatible = True # End-Of-Header error = "" @@ -186,7 +185,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 __doEricdoc(self): """