summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-06-03 15:26:09 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-06-03 15:29:02 +0100
commit20972f306f6cd8add0e9c1a3aad50101ecefbe61 (patch)
tree836e7e1c31c3483bb3aa66291511db94848a4356
parent7f8feb525a72a01c736506ad2c1408cbbf5159d0 (diff)
downloadimport-20972f306f6cd8add0e9c1a3aad50101ecefbe61.tar.gz
Import warn() and error() from utils
python.find_deps uses warn and error, which have moved into the utils module Change-Id: I7ce58c034cb83b7fc486487d6234282b650edfc1
-rwxr-xr-xbaserockimport/exts/python.find_deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserockimport/exts/python.find_deps b/baserockimport/exts/python.find_deps
index a73c457..5057d0e 100755
--- a/baserockimport/exts/python.find_deps
+++ b/baserockimport/exts/python.find_deps
@@ -37,6 +37,7 @@ import pkg_resources
import xmlrpclib
from importer_python_common import *
+from utils import warn, error
class ConflictError(Exception):
def __init__(self, name, spec_x, spec_y):