src/eric7/PluginManager/PluginManager.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9413
80c06d472826
child 9470
34f2493c1d3f
equal deleted inserted replaced
9446:7965921a8b07 9449:c982bacca23f
46 46
47 from eric7.EricGui import EricPixmapCache 47 from eric7.EricGui import EricPixmapCache
48 48
49 from eric7 import Globals, Preferences, Utilities 49 from eric7 import Globals, Preferences, Utilities
50 50
51 from eric7config import getConfig 51 from eric7.Globals import getConfig
52 52
53 53
54 class PluginManager(QObject): 54 class PluginManager(QObject):
55 """ 55 """
56 Class implementing the Plugin Manager. 56 Class implementing the Plugin Manager.

eric ide

mercurial