E5XML/MultiProjectWriter.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 411
99409cddaaa9
child 601
4f37cd1b9a1f
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
5 5
6 """ 6 """
7 Module implementing the writer class for writing an XML multi project file. 7 Module implementing the writer class for writing an XML multi project file.
8 """ 8 """
9 9
10 import os
11 import time 10 import time
12
13 from E5Gui.E5Application import e5App
14 11
15 from .XMLWriterBase import XMLWriterBase 12 from .XMLWriterBase import XMLWriterBase
16 from .Config import multiProjectFileFormatVersion 13 from .Config import multiProjectFileFormatVersion
17 14
18 import Preferences 15 import Preferences

eric ide

mercurial