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 |