src/eric7/EricXML/MultiProjectReader.py

branch
eric7
changeset 9413
80c06d472826
parent 9278
36448ca469c2
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
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.

eric ide

mercurial