Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3009
bf5ae5d7477d
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py	Fri Oct 18 23:00:41 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.
 """
 
 from __future__ import unicode_literals    # __IGNORE_WARNING__
@@ -23,7 +24,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):
         """
@@ -120,7 +122,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