QScintilla/Exporters/ExporterBase.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3145
a9de05d4a22f
--- a/QScintilla/Exporters/ExporterBase.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/QScintilla/Exporters/ExporterBase.py	Fri Nov 01 15:48:48 2013 +0100
@@ -57,7 +57,8 @@
                 if ex:
                     fn += ex
             if QFileInfo(fn).exists():
-                res = E5MessageBox.yesNo(self.editor,
+                res = E5MessageBox.yesNo(
+                    self.editor,
                     self.trUtf8("Export source"),
                     self.trUtf8("<p>The file <b>{0}</b> already exists."
                                 " Overwrite it?</p>").format(fn),

eric ide

mercurial