remove 'backends' command from help

This commit is contained in:
Romain Bignon 2013-07-27 14:00:54 +02:00
commit cd96fc8d9a

View file

@ -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