move an optional import for awxkit

I'm not sure that this function is actually in use anywhere anymore, but
it shouldn't be a top-level import because it represents an optional
dependency.
This commit is contained in:
Ryan Petrello
2020-09-15 14:50:01 -04:00
parent b0875965db
commit 1a533a2a23

View File

@@ -2,7 +2,6 @@ import os
import yaml
import glob
import logging
from py.path import local
log = logging.getLogger(__name__)
@@ -82,6 +81,7 @@ def load_file(filename):
- "{random_uuid}"
random_thing: "{random_string:24}"
"""
from py.path import local
if filename is None:
this_file = os.path.abspath(__file__)
path = local(this_file).new(basename='../data.yaml')