summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 0cde04611..271b0b153 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1803,7 +1803,6 @@ class dblink(object):
cmd += "eerror \"Detected file collision(s):\" ; "
cmd += "eerror ; "
- from portage.output import colorize
for f in collisions:
cmd += "eerror \" '%s'\" ; " % \
os.path.join(destroot, f.lstrip(os.path.sep))