PluginRefactoringRope.py

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

eric ide

mercurial