E5XML/XMLEntityResolver.py

changeset 96
9624a110667d
parent 50
a36eecf45b2e
child 412
569efd7f2716
child 792
a13346916170
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

eric ide

mercurial