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

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
11 11
12 from PyQt6.QtCore import QByteArray, QTimer, QUrl 12 from PyQt6.QtCore import QByteArray, QTimer, QUrl
13 13
14 from .TranslationEngine import TranslationEngine 14 from .TranslationEngine import TranslationEngine
15 15
16 import Utilities 16 from eric7 import Utilities
17 17
18 18
19 class GoogleV2Engine(TranslationEngine): 19 class GoogleV2Engine(TranslationEngine):
20 """ 20 """
21 Class implementing the translation engine for the new Google 21 Class implementing the translation engine for the new Google

eric ide

mercurial