Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

changeset 3038
7fe9a53280bd
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3103
451f60e70434
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sat Oct 19 16:14:07 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sat Oct 19 16:51:12 2013 +0200
@@ -9,7 +9,7 @@
 
 from PyQt4.QtCore import pyqtSlot, QFileInfo, QFile, QIODevice
 from PyQt4.QtGui import QPalette, QColorDialog, QFontDialog, \
-                        QInputDialog, QFont, QMenu
+    QInputDialog, QFont, QMenu
 
 from .ConfigurationPageBase import ConfigurationPageBase
 from .Ui_EditorHighlightingStylesPage import Ui_EditorHighlightingStylesPage
@@ -404,7 +404,7 @@
                 self.trUtf8(
                     """<p>The highlighting styles could not be exported"""
                     """ to file <b>{0}</b>.</p><p>Reason: {1}</p>""")
-                    .format(fn, f.errorString())
+                .format(fn, f.errorString())
             )
         
     def __importStyles(self, lexers):
@@ -436,7 +436,7 @@
                 self.trUtf8(
                     """<p>The highlighting styles could not be read"""
                     """ from file <b>{0}</b>.</p><p>Reason: {1}</p>""")
-                    .format(fn, f.errorString())
+                .format(fn, f.errorString())
             )
             return
         

eric ide

mercurial