prettier module defs

This commit is contained in:
Anders Ingemann 2013-06-09 16:10:43 +02:00
parent 6230684c62
commit 2a3b450e3f
3 changed files with 4 additions and 2 deletions

View file

@ -3,4 +3,4 @@
if __name__ == '__main__' and __package__ is None:
from common import main
main.main()
main()

View file

@ -1,5 +1,6 @@
__all__ = ['BootstrapInformation', 'Manifest', 'Task', 'TaskList', 'main']
from bootstrapinfo import BootstrapInformation
from manifest import Manifest
from task import Task
from tasklist import TaskList
from plugin import Plugin
from main import main

View file

@ -0,0 +1 @@
__all__ = ['packages', 'ec2', 'host']