PluginRefactoringRope.py

branch
Py2 comp.
changeset 51
db9a261d8f07
parent 50
a29c3d2e6dc0
child 52
abd297a94a55
equal deleted inserted replaced
50:a29c3d2e6dc0 51:db9a261d8f07
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 plugin implements refactoring functionality""" \ 31 longDescription = """This plugin implements refactoring functionality""" \
32 """ using the Rope refactoring library. 32 """ using the Rope refactoring library. Only refactoring in the same""" \
33 Only refactoring in the same Python version as Eric is running is allowed.""" 33 """ Python version as Eric is running is allowed."""
34 pyqtApi = 2 34 pyqtApi = 2
35 # End-Of-Header 35 # End-Of-Header
36 36
37 error = "" 37 error = ""
38 38

eric ide

mercurial