diff --git a/weboob/frontends/havesex/havesex.py b/weboob/frontends/havesex/havesex.py index 924540ba..f5a63379 100644 --- a/weboob/frontends/havesex/havesex.py +++ b/weboob/frontends/havesex/havesex.py @@ -45,8 +45,6 @@ class HaveSex(PromptApplication): return self.loop() - return self.weboob.backends.get(bname, None), id - @PromptApplication.command("exit program") def command_exit(self): print 'Returning in real-life...' diff --git a/weboob/tools/application/console.py b/weboob/tools/application/console.py index f6877a7d..babdbbf6 100644 --- a/weboob/tools/application/console.py +++ b/weboob/tools/application/console.py @@ -28,7 +28,7 @@ from weboob.modules import BackendsConfig from .base import BaseApplication from .formatters import formatters -from .results import Results, ResultsCondition, ResultsConditionException +from .results import ResultsCondition, ResultsConditionException __all__ = ['ConsoleApplication']