eric6/Plugins/PluginTranslator.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
33 longDescription = \ 33 longDescription = \
34 """This plug-in implements a utility to translate text using""" \ 34 """This plug-in implements a utility to translate text using""" \
35 """ various online translation services.""" 35 """ various online translation services."""
36 needsRestart = False 36 needsRestart = False
37 pyqtApi = 2 37 pyqtApi = 2
38 python2Compatible = True
39 # End-Of-Header 38 # End-Of-Header
40 39
41 error = "" 40 error = ""
42 41
43 translatorPluginObject = None 42 translatorPluginObject = None

eric ide

mercurial