diff -r ae833e7fcd6c -r edcfadf0152d Preferences/PreferencesLexer.py --- 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