E4XML/TemplatesHandler.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
10 import os 10 import os
11 import time 11 import time
12 12
13 from E4Gui.E4Application import e4App 13 from E4Gui.E4Application import e4App
14 14
15 from Config import templatesFileFormatVersion 15 from .Config import templatesFileFormatVersion
16 from XMLHandlerBase import XMLHandlerBase 16 from .XMLHandlerBase import XMLHandlerBase
17 17
18 class TemplatesHandler(XMLHandlerBase): 18 class TemplatesHandler(XMLHandlerBase):
19 """ 19 """
20 Class implementing a sax handler to read an XML templates file. 20 Class implementing a sax handler to read an XML templates file.
21 """ 21 """

eric ide

mercurial