6244:233eea858c32 | 6245:6499ccd42dd6 |
---|---|
18 class ProjectReader(XMLStreamReaderBase): | 18 class ProjectReader(XMLStreamReaderBase): |
19 """ | 19 """ |
20 Class for reading an XML project file. | 20 Class for reading an XML project file. |
21 """ | 21 """ |
22 supportedVersions = ["4.6", "5.0", "5.1", "6.0"] | 22 supportedVersions = ["4.6", "5.0", "5.1", "6.0"] |
23 # TODO: add 'make' support | |
23 | 24 |
24 def __init__(self, device, project): | 25 def __init__(self, device, project): |
25 """ | 26 """ |
26 Constructor | 27 Constructor |
27 | 28 |