PluginManager/PluginManager.py

changeset 5904
2ff6078532c0
parent 5853
e45a570528a4
child 6008
ac5057f80f60
equal deleted inserted replaced
5903:7e7002215f9e 5904:2ff6078532c0
1322 list(self.__activeModules.items()) + \ 1322 list(self.__activeModules.items()) + \
1323 list(self.__inactiveModules.items()): 1323 list(self.__inactiveModules.items()):
1324 if getattr(module, "pluginType", "") == type_: 1324 if getattr(module, "pluginType", "") == type_:
1325 if hasattr(module, "clearPrivateData"): 1325 if hasattr(module, "clearPrivateData"):
1326 module.clearPrivateData() 1326 module.clearPrivateData()
1327 # TODO: document this in the plug-ins paper
1328 1327
1329 # 1328 #
1330 # eflag: noqa = M801 1329 # eflag: noqa = M801

eric ide

mercurial