8 """ |
8 """ |
9 |
9 |
10 from .Config import pluginRepositoryFileFormatVersion |
10 from .Config import pluginRepositoryFileFormatVersion |
11 from .XMLStreamReaderBase import XMLStreamReaderBase |
11 from .XMLStreamReaderBase import XMLStreamReaderBase |
12 |
12 |
13 import Preferences |
13 from eric7 import Preferences |
14 |
14 |
15 |
15 |
16 class PluginRepositoryReader(XMLStreamReaderBase): |
16 class PluginRepositoryReader(XMLStreamReaderBase): |
17 """ |
17 """ |
18 Class to read the plug-in repository contents file. |
18 Class to read the plug-in repository contents file. |