7 Module implementing the writer class for writing an XML user project properties file. |
7 Module implementing the writer class for writing an XML user project properties file. |
8 """ |
8 """ |
9 |
9 |
10 import time |
10 import time |
11 |
11 |
12 from E4Gui.E4Application import e5App |
12 from E5Gui.E5Application import e5App |
13 |
13 |
14 from .XMLWriterBase import XMLWriterBase |
14 from .XMLWriterBase import XMLWriterBase |
15 from .Config import userProjectFileFormatVersion |
15 from .Config import userProjectFileFormatVersion |
16 |
16 |
17 import Preferences |
17 import Preferences |