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 |