PluginRefactoringRope.py

changeset 335
9438c2ed7732
parent 333
dbaee558f3ba
child 337
cfff39f4594d
--- a/PluginRefactoringRope.py	Sat May 02 15:05:16 2020 +0200
+++ b/PluginRefactoringRope.py	Mon Jun 22 18:08:10 2020 +0200
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "6.12.1"
+version = "7.0.0"
 className = "RefactoringRopePlugin"
 packageName = "RefactoringRope"
 internalPackages = "rope"
@@ -36,7 +36,6 @@
 )
 pyqtApi = 2
 doNotCompile = True
-python2Compatible = True
 # End-Of-Header
 
 error = ""
@@ -303,8 +302,7 @@
         @return list of valid language strings
         @rtype list of str
         """
-        return ["Python", "Python2", "Python3", "Pygments|Python",
-                "Pygments|Python 3"]
+        return ["Python3", "Pygments|Python 3", "MicroPython"]
     
     def __editorOpened(self, editor):
         """

eric ide

mercurial