add __all__ variable to many modules
This commit is contained in:
parent
8638024756
commit
cebcead318
10 changed files with 38 additions and 2 deletions
|
|
@ -28,6 +28,10 @@ from weboob.scheduler import Scheduler
|
|||
|
||||
from .console import ConsoleApplication
|
||||
|
||||
|
||||
__all__ = ['PromptApplication']
|
||||
|
||||
|
||||
class PromptScheduler(Scheduler):
|
||||
def __init__(self, prompt_cb, read_cb):
|
||||
self.scheduler = sched.scheduler(time.time, self.sleep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue