PluginRefactoringRope.py

branch
Py2 comp.
changeset 51
db9a261d8f07
parent 50
a29c3d2e6dc0
child 52
abd297a94a55
diff -r a29c3d2e6dc0 -r db9a261d8f07 PluginRefactoringRope.py
--- a/PluginRefactoringRope.py	Tue Aug 13 21:13:02 2013 +0200
+++ b/PluginRefactoringRope.py	Sun Aug 18 14:31:10 2013 +0200
@@ -29,8 +29,8 @@
 internalPackages = "rope"
 shortDescription = "Refactoring using the Rope library."
 longDescription = """This plugin implements refactoring functionality""" \
-    """ using the Rope refactoring library.
-Only refactoring in the same Python version as Eric is running is allowed."""
+    """ using the Rope refactoring library. Only refactoring in the same""" \
+    """ Python version as Eric is running is allowed."""
 pyqtApi = 2
 # End-Of-Header
 

eric ide

mercurial