From 20972f306f6cd8add0e9c1a3aad50101ecefbe61 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 3 Jun 2015 15:26:09 +0100 Subject: Import warn() and error() from utils python.find_deps uses warn and error, which have moved into the utils module Change-Id: I7ce58c034cb83b7fc486487d6234282b650edfc1 --- baserockimport/exts/python.find_deps | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.1