54:31463df17fd5 | 55:b5c84934de9c |
---|---|
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 import time | 11 import time |
12 | 12 |
13 from E4Gui.E4Application import e5App | 13 from E5Gui.E5Application import e5App |
14 | 14 |
15 from .XMLWriterBase import XMLWriterBase | 15 from .XMLWriterBase import XMLWriterBase |
16 from .Config import projectFileFormatVersion | 16 from .Config import projectFileFormatVersion |
17 | 17 |
18 import Preferences | 18 import Preferences |