src/eric7/EricXML/SpellCheckDictionariesReader.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 web browser spell check dictionaries list file. 7 Module to read the web browser spell check dictionaries list file.
8 """ 8 """
9 9
10 from eric7 import Preferences
11
10 from .Config import dictionariesListFileFormatVersion 12 from .Config import dictionariesListFileFormatVersion
11 from .XMLStreamReaderBase import XMLStreamReaderBase 13 from .XMLStreamReaderBase import XMLStreamReaderBase
12
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