QScintilla/Exporters/ExporterBase.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1112
8a7d1b9d18db
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 QScintilla/Exporters/ExporterBase.py
--- a/QScintilla/Exporters/ExporterBase.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/QScintilla/Exporters/ExporterBase.py	Fri Mar 11 16:51:57 2011 +0100
@@ -14,11 +14,12 @@
 
 import Utilities
 
+
 class ExporterBase(QObject):
     """
     Class implementing the exporter base class.
     """
-    def __init__(self, editor, parent = None):
+    def __init__(self, editor, parent=None):
         """
         Constructor
         
@@ -57,7 +58,7 @@
                     self.trUtf8("Export source"),
                     self.trUtf8("<p>The file <b>{0}</b> already exists."
                                 " Overwrite it?</p>").format(fn),
-                    icon = E5MessageBox.Warning)
+                    icon=E5MessageBox.Warning)
                 if not res:
                     return ""
             

eric ide

mercurial