use new enabled_backends feature
This commit is contained in:
parent
b3a71d513e
commit
5527617640
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class Boobank(ConsoleApplication):
|
||||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||||
|
|
||||||
def main(self, argv):
|
def main(self, argv):
|
||||||
self.load_backends(ICapBank, names=self.enabled_backends)
|
self.load_backends(ICapBank)
|
||||||
return self.process_command(*argv[1:])
|
return self.process_command(*argv[1:])
|
||||||
|
|
||||||
@ConsoleApplication.command('List every available accounts')
|
@ConsoleApplication.command('List every available accounts')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue