PluginRefactoringRope.py

changeset 309
d201f9ccf33f
parent 307
84fba41b2f6f
child 311
4c95e04294a7
equal deleted inserted replaced
308:ec1be1627f90 309:d201f9ccf33f
21 # Start-Of-Header 21 # Start-Of-Header
22 name = "Refactoring Rope Plugin" 22 name = "Refactoring Rope Plugin"
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 23 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
24 autoactivate = True 24 autoactivate = True
25 deactivateable = True 25 deactivateable = True
26 version = "6.7.4" 26 version = "6.7.5"
27 className = "RefactoringRopePlugin" 27 className = "RefactoringRopePlugin"
28 packageName = "RefactoringRope" 28 packageName = "RefactoringRope"
29 internalPackages = "rope" 29 internalPackages = "rope"
30 shortDescription = "Refactoring using the Rope library." 30 shortDescription = "Refactoring using the Rope library."
31 longDescription = """This plug-in implements refactoring functionality""" \ 31 longDescription = """This plug-in implements refactoring functionality""" \

eric ide

mercurial