remove 'backends' command from help
This commit is contained in:
parent
fdcc4ec4b9
commit
cd96fc8d9a
1 changed files with 0 additions and 4 deletions
|
|
@ -21,7 +21,6 @@
|
|||
import os
|
||||
import sys
|
||||
import re
|
||||
from copy import copy
|
||||
|
||||
from weboob.capabilities.account import ICapAccount
|
||||
from weboob.core.modules import ModuleLoadError
|
||||
|
|
@ -44,9 +43,6 @@ class WeboobCfg(ReplApplication):
|
|||
}
|
||||
DISABLE_REPL = True
|
||||
|
||||
weboob_commands = copy(ReplApplication.weboob_commands)
|
||||
weboob_commands.remove('backends')
|
||||
|
||||
def load_default_backends(self):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue