twisted/plugins/fixbot_nexus_plugin.py
changeset 43 78bc61c677d8
parent 37 6fd6a9fdc001
child 62 e4db89a5f6bc
equal deleted inserted replaced
42:ccd6d5632ca0 43:78bc61c677d8
    25 
    25 
    26     ]
    26     ]
    27 
    27 
    28 class MyServiceMaker (object) :
    28 class MyServiceMaker (object) :
    29     implements(IServiceMaker, IPlugin)
    29     implements(IServiceMaker, IPlugin)
    30     tapname = "fixbot_nexus"
    30     tapname = "fixbot-nexus"
    31     description = "FixBot (nexus component)"
    31     description = "FixBot (nexus component)"
    32     options = NexusOptions
    32     options = NexusOptions
    33 
    33 
    34     def makeService (self, config) :
    34     def makeService (self, config) :
    35         if config['api-secret'] is None :
    35         if config['api-secret'] is None :