--- a/Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py Sun Feb 10 15:26:21 2013 +0100 +++ b/Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py Sun Feb 10 18:31:31 2013 +0100 @@ -15,8 +15,6 @@ from ..GreaseMonkeyScript import GreaseMonkeyScript -from QScintilla.MiniEditor import MiniEditor - import UI.PixmapCache @@ -57,5 +55,6 @@ """ Private slot to show an editor window with the script source code. """ + from QScintilla.MiniEditor import MiniEditor editor = MiniEditor(self.__scriptFileName, "JavaScript", self) editor.show()