support repositories to manage backends (closes #747)

This commit is contained in:
Romain Bignon 2012-01-03 12:10:21 +01:00
commit 14a7a1d362
410 changed files with 1079 additions and 297 deletions

View file

@ -780,8 +780,8 @@ class Boobathon(ReplApplication):
print "Ok, so leave now, fag."
sys.exit(0)
def is_backend_loadable(self, backend):
def is_module_loadable(self, module):
"""
Overload a ConsoleApplication method.
"""
return backend.name == 'redmine'
return module.name == 'redmine'