Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 2791
a9577f248f04
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Fri Nov 01 15:48:48 2013 +0100
@@ -94,7 +94,8 @@
         if cursor is not None:
             QApplication.restoreOverrideCursor()
         parent = isinstance(self, QWidget) and self or None
-        msgBox = E5MessageBox.E5MessageBox(E5MessageBox.Question,
+        msgBox = E5MessageBox.E5MessageBox(
+            E5MessageBox.Question,
             self.trUtf8("Subversion SSL Server Certificate"),
             self.trUtf8("""<p>Accept the following SSL certificate?</p>"""
                         """<table>"""

eric ide

mercurial