new attributes and code improvement

This commit is contained in:
Romain Bignon 2010-04-20 23:58:51 +02:00
commit ccf4303cc0
11 changed files with 71 additions and 34 deletions

View file

@ -34,6 +34,8 @@ __all__ = ['Boobank']
class Boobank(ConsoleApplication):
APPNAME = 'boobank'
VERSION = '1.0'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def main(self, argv):
self.load_backends(ICapBank, names=self.enabled_backends)