equal
deleted
inserted
replaced
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 : |