Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py

changeset 3020
542e97d4ecb3
parent 2734
eddb1a77f771
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Mon Oct 14 19:30:36 2013 +0200
@@ -92,7 +92,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