diff -r 261bc03812fd -r 9624a110667d E5XML/XMLEntityResolver.py --- a/E5XML/XMLEntityResolver.py Sun Jan 31 16:15:16 2010 +0000 +++ b/E5XML/XMLEntityResolver.py Sun Jan 31 17:11:22 2010 +0000 @@ -10,8 +10,6 @@ import os.path from xml.sax.handler import EntityResolver -import Utilities - from eric5config import getConfig class XMLEntityResolver(EntityResolver): @@ -45,4 +43,4 @@ if not os.path.exists(sId): sId = "" - return sId \ No newline at end of file + return sId