eric6/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/PromtEngine.py

changeset 7256
4ef3b78ebb4e
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7255:d595f6f9cbf8 7256:4ef3b78ebb4e
20 class PromtEngine(TranslationEngine): 20 class PromtEngine(TranslationEngine):
21 """ 21 """
22 Class implementing the translation engine for the Promt 22 Class implementing the translation engine for the Promt
23 translation service. 23 translation service.
24 """ 24 """
25 TranslatorUrl = \ 25 TranslatorUrl = (
26 "http://www.online-translator.com/services/"\ 26 "http://www.online-translator.com/services/"
27 "TranslationService.asmx/GetTranslation" 27 "TranslationService.asmx/GetTranslation"
28 )
28 29
29 def __init__(self, plugin, parent=None): 30 def __init__(self, plugin, parent=None):
30 """ 31 """
31 Constructor 32 Constructor
32 33

eric ide

mercurial