diff -r 261bc03812fd -r 9624a110667d E5XML/TemplatesHandler.py --- a/E5XML/TemplatesHandler.py Sun Jan 31 16:15:16 2010 +0000 +++ b/E5XML/TemplatesHandler.py Sun Jan 31 17:11:22 2010 +0000 @@ -7,9 +7,6 @@ Module implementing the handler class for reading an XML templates file. """ -import os -import time - from E5Gui.E5Application import e5App from .Config import templatesFileFormatVersion @@ -108,4 +105,4 @@ @return String containing the version number. """ - return self.version \ No newline at end of file + return self.version