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

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
10 import os 10 import os
11 11
12 from PyQt6.QtCore import QCoreApplication 12 from PyQt6.QtCore import QCoreApplication
13 from PyQt6.QtGui import QIcon 13 from PyQt6.QtGui import QIcon
14 14
15 from eric7.EricGui import EricPixmapCache
15 from eric7.EricWidgets.EricApplication import ericApp 16 from eric7.EricWidgets.EricApplication import ericApp
16
17 from eric7.EricGui import EricPixmapCache
18 17
19 18
20 def supportedEngineNames(): 19 def supportedEngineNames():
21 """ 20 """
22 Module function to get the list of supported translation engines. 21 Module function to get the list of supported translation engines.

eric ide

mercurial