remove 'install' command

This commit is contained in:
Romain Bignon 2012-04-28 15:46:57 +02:00
commit bbcf8c7854

View file

@ -263,11 +263,3 @@ class WeboobCfg(ReplApplication):
Update weboob.
"""
self.weboob.update()
def do_install(self, line):
"""
install MODULE
Install a module.
"""
self.install_module(line)