mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
reduce visibility of some submodules
This commit is contained in:
parent
2a3b450e3f
commit
a68511c1d5
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
__all__ = ['BootstrapInformation', 'Manifest', 'Task', 'TaskList', 'main']
|
||||
from bootstrapinfo import BootstrapInformation
|
||||
__all__ = ['Manifest', 'Task', 'TaskList', 'main']
|
||||
from manifest import Manifest
|
||||
from task import Task
|
||||
from tasklist import TaskList
|
||||
|
|
|
@ -25,6 +25,6 @@ def run(args):
|
|||
tasklist = provider.tasklist(manifest)
|
||||
tasklist.plugins(manifest)
|
||||
|
||||
from common import BootstrapInformation
|
||||
from bootstrapinfo import BootstrapInformation
|
||||
bootstrap_info = BootstrapInformation(manifest=manifest, debug=args.debug)
|
||||
tasklist.run(bootstrap_info)
|
||||
|
|
Loading…
Add table
Reference in a new issue