Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py

changeset 3009
bf5ae5d7477d
parent 2302
f29e9405c851
child 3024
17c01303a239
child 3057
10516539f238
diff -r 7848489bcb92 -r bf5ae5d7477d Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py	Sat Oct 12 15:01:28 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py	Sat Oct 12 17:31:40 2013 +0200
@@ -4,7 +4,8 @@
 #
 
 """
-Module implementing a dialog to show the output of the svn proplist command process.
+Module implementing a dialog to show the output of the svn proplist command
+process.
 """
 
 import os
@@ -21,7 +22,8 @@
 
 class SvnPropListDialog(QWidget, SvnDialogMixin, Ui_SvnPropListDialog):
     """
-    Class implementing a dialog to show the output of the svn proplist command process.
+    Class implementing a dialog to show the output of the svn proplist command
+    process.
     """
     def __init__(self, vcs, parent=None):
         """
@@ -118,7 +120,8 @@
         
     def __finish(self):
         """
-        Private slot called when the process finished or the user pressed the button.
+        Private slot called when the process finished or the user pressed the
+        button.
         """
         if not self.propsFound:
             self.__generateItem("", self.trUtf8("None"), "")

eric ide

mercurial