7 Module implementing a class for reading an XML shortcuts file. |
7 Module implementing a class for reading an XML shortcuts file. |
8 """ |
8 """ |
9 |
9 |
10 from .Config import shortcutsFileFormatVersion |
10 from .Config import shortcutsFileFormatVersion |
11 from .XMLStreamReaderBase import XMLStreamReaderBase |
11 from .XMLStreamReaderBase import XMLStreamReaderBase |
|
12 |
12 |
13 |
13 class ShortcutsReader(XMLStreamReaderBase): |
14 class ShortcutsReader(XMLStreamReaderBase): |
14 """ |
15 """ |
15 Class for reading an XML shortcuts file. |
16 Class for reading an XML shortcuts file. |
16 """ |
17 """ |