diff -r ba69827929ee -r c3eb7cc1ff8b E5XML/HighlightingStylesWriter.py --- a/E5XML/HighlightingStylesWriter.py Tue Jan 12 18:33:34 2010 +0000 +++ b/E5XML/HighlightingStylesWriter.py Tue Jan 12 18:36:05 2010 +0000 @@ -10,7 +10,7 @@ import os import time -from E4Gui.E4Application import e4App +from E4Gui.E4Application import e5App from .XMLWriterBase import XMLWriterBase from .Config import highlightingStylesFileFormatVersion @@ -62,4 +62,4 @@ ) self._write(' </Lexer>') - self._write("</HighlightingStyles>", newline = False) + self._write("</HighlightingStyles>", newline = False) \ No newline at end of file