RefactoringRope/GetterSetterDialog.py

changeset 20
83b71483e198
parent 12
75fff1da56b6
child 35
79e19b499675
--- a/RefactoringRope/GetterSetterDialog.py	Sun Jan 30 19:00:34 2011 +0100
+++ b/RefactoringRope/GetterSetterDialog.py	Sun Jan 30 19:19:40 2011 +0100
@@ -12,6 +12,7 @@
 
 from Ui_GetterSetterDialog import Ui_GetterSetterDialog
 
+
 class GetterSetterDialog(QDialog, Ui_GetterSetterDialog):
     """
     Class implementing a dialog to create getter and setter method names.
@@ -20,7 +21,7 @@
         """
         Constructor
         
-        @param fieldName name of the field to create getter and setter 
+        @param fieldName name of the field to create getter and setter
             method names (string)
         @param parent parent widget of the dialog (QWidget)
         """

eric ide

mercurial