PluginManager/PluginManager.py

changeset 5853
e45a570528a4
parent 5726
e1dbd217214a
child 5904
2ff6078532c0
equal deleted inserted replaced
5852:3aad40446c29 5853:e45a570528a4
1312 type. 1312 type.
1313 1313
1314 Plugins supporting this functionality must support the module function 1314 Plugins supporting this functionality must support the module function
1315 clearPrivateData() and have the module level attribute pluginType. 1315 clearPrivateData() and have the module level attribute pluginType.
1316 1316
1317 @param type_ type of the plugin to be activated (string) 1317 @param type_ type of the plugin to clear private data for (string)
1318 """ 1318 """
1319 for name, module in \ 1319 for name, module in \
1320 list(self.__onDemandActiveModules.items()) + \ 1320 list(self.__onDemandActiveModules.items()) + \
1321 list(self.__onDemandInactiveModules.items()) + \ 1321 list(self.__onDemandInactiveModules.items()) + \
1322 list(self.__activeModules.items()) + \ 1322 list(self.__activeModules.items()) + \

eric ide

mercurial