E5XML/ProjectWriter.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 151
00c27aeede62
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
5 5
6 """ 6 """
7 Module implementing the writer class for writing an XML project file. 7 Module implementing the writer class for writing an XML project file.
8 """ 8 """
9 9
10 import os
11 import time 10 import time
12 11
13 from E5Gui.E5Application import e5App 12 from E5Gui.E5Application import e5App
14 13
15 from .XMLWriterBase import XMLWriterBase 14 from .XMLWriterBase import XMLWriterBase

eric ide

mercurial