Alternative fix for re-enabling plugin issue

This commit is contained in:
Calum Lind 2012-02-28 13:34:51 +00:00
parent 6d2e88eeee
commit 9053280e14
1 changed files with 14 additions and 2 deletions

View File

@ -205,6 +205,18 @@ class Component(object):
d.addCallback(on_stop) d.addCallback(on_stop)
return d return d
def start(self):
pass
def stop(self):
pass
def update(self):
pass
def shutdown(self):
pass
class ComponentRegistry(object): class ComponentRegistry(object):
""" """
The ComponentRegistry holds a list of currently registered The ComponentRegistry holds a list of currently registered