src/eric7/PluginManager/PluginManager.py

branch
eric7
changeset 9448
ea215f7afab3
parent 9413
80c06d472826
child 9470
34f2493c1d3f
equal deleted inserted replaced
9447:662075aa9361 9448:ea215f7afab3
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