mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fixed import style.
This commit is contained in:
parent
4b5c2d8c5f
commit
df6f190a6a
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ to determine which tasks should be added to the tasklist, what arguments various
|
||||||
invocations should have etc..
|
invocations should have etc..
|
||||||
.. module:: manifest
|
.. module:: manifest
|
||||||
"""
|
"""
|
||||||
from bootstrapvz.common.tools import load_json, load_yaml
|
from bootstrapvz.common.tools import load_json
|
||||||
|
from bootstrapvz.common.tools import load_yaml
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue