src/eric7/EricXML/SpellCheckDictionariesReader.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
8 """ 8 """
9 9
10 from .Config import dictionariesListFileFormatVersion 10 from .Config import dictionariesListFileFormatVersion
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 SpellCheckDictionariesReader(XMLStreamReaderBase): 16 class SpellCheckDictionariesReader(XMLStreamReaderBase):
17 """ 17 """
18 Class to read the web browser spell check dictionaries list file. 18 Class to read the web browser spell check dictionaries list file.

eric ide

mercurial