summaryrefslogtreecommitdiff
path: root/baserockimport/exts/python.find_deps
diff options
context:
space:
mode:
Diffstat (limited to 'baserockimport/exts/python.find_deps')
-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):