--- 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"), "")