10 import os |
10 import os |
11 |
11 |
12 from .Config import multiProjectFileFormatVersion |
12 from .Config import multiProjectFileFormatVersion |
13 from .XMLStreamReaderBase import XMLStreamReaderBase |
13 from .XMLStreamReaderBase import XMLStreamReaderBase |
14 |
14 |
15 import Utilities |
15 from eric7 import Utilities |
16 |
16 |
17 |
17 |
18 class MultiProjectReader(XMLStreamReaderBase): |
18 class MultiProjectReader(XMLStreamReaderBase): |
19 """ |
19 """ |
20 Class for reading an XML multi project file. |
20 Class for reading an XML multi project file. |