support repositories to manage backends (closes #747)
This commit is contained in:
parent
ef16a5b726
commit
14a7a1d362
410 changed files with 1079 additions and 297 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue