E5XML/ShortcutsReader.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
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 """

eric ide

mercurial