95:261bc03812fd | 96:9624a110667d |
---|---|
7 Module implementing a specialized entity resolver to find our DTDs. | 7 Module implementing a specialized entity resolver to find our DTDs. |
8 """ | 8 """ |
9 | 9 |
10 import os.path | 10 import os.path |
11 from xml.sax.handler import EntityResolver | 11 from xml.sax.handler import EntityResolver |
12 | |
13 import Utilities | |
14 | 12 |
15 from eric5config import getConfig | 13 from eric5config import getConfig |
16 | 14 |
17 class XMLEntityResolver(EntityResolver): | 15 class XMLEntityResolver(EntityResolver): |
18 """ | 16 """ |