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 |