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 os
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
from copy import copy
|
|
||||||
|
|
||||||
from weboob.capabilities.account import ICapAccount
|
from weboob.capabilities.account import ICapAccount
|
||||||
from weboob.core.modules import ModuleLoadError
|
from weboob.core.modules import ModuleLoadError
|
||||||
|
|
@ -44,9 +43,6 @@ class WeboobCfg(ReplApplication):
|
||||||
}
|
}
|
||||||
DISABLE_REPL = True
|
DISABLE_REPL = True
|
||||||
|
|
||||||
weboob_commands = copy(ReplApplication.weboob_commands)
|
|
||||||
weboob_commands.remove('backends')
|
|
||||||
|
|
||||||
def load_default_backends(self):
|
def load_default_backends(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue