From 8805e5544cbd9dd658a2ac89297983126e7a1d45 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 22 May 2007 20:37:43 +0000 Subject: More namespace fixes. svn path=/main/trunk/; revision=6581 --- pym/portage/dbapi/vartree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 681334c75..f0be27eba 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -9,7 +9,7 @@ from portage.elog import elog_process from portage.exception import InvalidPackageName, InvalidAtom, \ UnsupportedAPIException, FileNotFound from portage.locks import lockdir, unlockdir -from portage.output import red, green +from portage.output import bold, red, green from portage.update import fixdbentries from portage.util import apply_secpass_permissions, ConfigProtect, ensure_dirs, \ writemsg, writemsg_stdout, write_atomic, atomic_ofstream, writedict, \ @@ -1215,7 +1215,7 @@ class dblink(object): # Always blind chmod 0 before unlinking to avoid race conditions. os.chmod(obj, 0000) if statobj.st_nlink > 1: - portage.writemsg("setXid: "+str(st.st_nlink-1)+ \ + writemsg("setXid: "+str(statobj.st_nlink-1)+ \ " hardlinks to '%s'\n" % obj) os.unlink(obj) except (OSError, IOError), e: -- cgit v1.2.3-1-g7c22