Register 'Core' with deluge.component.

This commit is contained in:
Andrew Resch 2008-03-09 03:39:26 +00:00
parent 75a797cabe
commit c679d6b2cf
1 changed files with 3 additions and 2 deletions

View File

@ -98,10 +98,11 @@ DEFAULT_PREFS = {
class Core(
ThreadingMixIn,
SimpleXMLRPCServer.SimpleXMLRPCServer):
SimpleXMLRPCServer.SimpleXMLRPCServer,
component.Component):
def __init__(self, port):
log.debug("Core init..")
component.Component.__init__(self, "Core")
self.client_address = None
# Get config