pyflakes cleanup
This commit is contained in:
parent
ff67d9573c
commit
00f1982c18
2 changed files with 1 additions and 3 deletions
|
|
@ -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...'
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue