src/eric7/EricXML/PluginRepositoryReader.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module to read the plug-in repository contents file. 7 Module to read the plug-in repository contents file.
8 """ 8 """
9 9
10 from eric7 import Preferences
11
10 from .Config import pluginRepositoryFileFormatVersion 12 from .Config import pluginRepositoryFileFormatVersion
11 from .XMLStreamReaderBase import XMLStreamReaderBase 13 from .XMLStreamReaderBase import XMLStreamReaderBase
12
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.

eric ide

mercurial