src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9495
28ab5f487f71
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the MyMemory translation engine. 7 Module implementing the MyMemory translation engine.
8 """ 8 """
9 9
10 import json 10 import json
11 11
12 from PyQt6.QtCore import QUrl, QTimer 12 from PyQt6.QtCore import QTimer, QUrl
13 13
14 from .TranslationEngine import TranslationEngine 14 from .TranslationEngine import TranslationEngine
15 15
16 16
17 class MyMemoryEngine(TranslationEngine): 17 class MyMemoryEngine(TranslationEngine):

eric ide

mercurial