--- a/E4XML/XMLEntityResolver.py Sat Jan 02 16:15:57 2010 +0000 +++ b/E4XML/XMLEntityResolver.py Sat Jan 02 17:09:08 2010 +0000 @@ -12,7 +12,7 @@ import Utilities -from eric4config import getConfig +from eric5config import getConfig class XMLEntityResolver(EntityResolver): """ @@ -45,4 +45,4 @@ if not os.path.exists(sId): sId = "" - return sId + return sId \ No newline at end of file