eric6/Plugins/PluginEricdoc.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 7178
43e994af5ee0
child 7229
53054eb5b15a
diff -r 684261ef2165 -r c71bd6f21748 eric6/Plugins/PluginEricdoc.py
--- 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):
         """

eric ide

mercurial