Fixed import style.

This commit is contained in:
Rory Finnegan 2014-04-08 14:33:40 +00:00
parent 4b5c2d8c5f
commit df6f190a6a

View file

@ -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__)