Better organize the source file structure of the build manager and change it to choose a lifecycle manager based on the config
This commit is contained in:
parent
c48559ee3d
commit
660a640de6
12 changed files with 34 additions and 20 deletions
|
@ -1,9 +1,9 @@
|
|||
import logging
|
||||
import uuid
|
||||
|
||||
from buildman.component.basecomponent import BaseComponent
|
||||
from buildman.component.buildcomponent import BuildComponent
|
||||
from buildman.manager.basemanager import BaseManager
|
||||
from buildman.basecomponent import BaseComponent
|
||||
from buildman.buildcomponent import BuildComponent
|
||||
|
||||
from trollius.coroutines import From
|
||||
|
||||
|
|
Reference in a new issue