13 from .XMLStreamReaderBase import XMLStreamReaderBase |
13 from .XMLStreamReaderBase import XMLStreamReaderBase |
14 |
14 |
15 import Utilities |
15 import Utilities |
16 |
16 |
17 |
17 |
|
18 # TODO: add support for 'PROTOCOLS' (analog INTERFACES) |
18 class ProjectReader(XMLStreamReaderBase): |
19 class ProjectReader(XMLStreamReaderBase): |
19 """ |
20 """ |
20 Class for reading an XML project file. |
21 Class for reading an XML project file. |
21 """ |
22 """ |
22 supportedVersions = ["4.6", "5.0", "5.1"] |
23 supportedVersions = ["4.6", "5.0", "5.1"] |