Preferences/PreferencesLexer.py

changeset 3658
edcfadf0152d
parent 3656
441956d8fce5
child 4021
195a471c327b
--- a/Preferences/PreferencesLexer.py	Tue Jul 01 18:57:23 2014 +0200
+++ b/Preferences/PreferencesLexer.py	Tue Jul 01 19:55:15 2014 +0200
@@ -9,7 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt5.QtGui import QColor, QFont, QCoreApplication
+from PyQt5.QtCore import QCoreApplication
+from PyQt5.QtGui import QColor, QFont
 from PyQt5.Qsci import QsciLexer
 
 import Preferences

eric ide

mercurial