Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3145
a9de05d4a22f
--- a/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py	Fri Nov 01 15:48:48 2013 +0100
@@ -102,7 +102,8 @@
         if not procStarted:
             self.inputGroup.setEnabled(False)
             self.inputGroup.hide()
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8('Process Generation Error'),
                 self.trUtf8(
                     'The process {0} could not be started. '
@@ -170,7 +171,8 @@
         @param author author of the change (string)
         @param text line of text from the annotated file (string)
         """
-        itm = QTreeWidgetItem(self.blameList,
+        itm = QTreeWidgetItem(
+            self.blameList,
             [revision, author, "{0:d}".format(self.lineno), text])
         self.lineno += 1
         itm.setTextAlignment(0, Qt.AlignRight)

eric ide

mercurial