src/eric7/EricXML/PluginRepositoryReader.py

branch
eric7
changeset 9413
80c06d472826
parent 9278
36448ca469c2
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
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.

eric ide

mercurial