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 |