E5XML/TemplatesHandler.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 792
a13346916170
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the handler class for reading an XML templates file. 7 Module implementing the handler class for reading an XML templates file.
8 """ 8 """
9
10 import os
11 import time
12 9
13 from E5Gui.E5Application import e5App 10 from E5Gui.E5Application import e5App
14 11
15 from .Config import templatesFileFormatVersion 12 from .Config import templatesFileFormatVersion
16 from .XMLHandlerBase import XMLHandlerBase 13 from .XMLHandlerBase import XMLHandlerBase

eric ide

mercurial