From 05e04a148b0f3dac7fc484334a2d89b6f9624827 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 11 Aug 2009 07:47:27 +0000 Subject: Update imports to import portage.os (with unicode wrappers), and use _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993 --- bin/quickpkg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/quickpkg') diff --git a/bin/quickpkg b/bin/quickpkg index 0a1346e4e..53f7e9b27 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -import errno, signal, sys, os +import errno, signal, sys from itertools import izip try: @@ -13,6 +13,8 @@ except ImportError: sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym")) import portage +from portage import os + def quickpkg_main(options, args, eout): from portage import catsplit, dep_expand, flatten, isvalidatom, xpak from portage.dep import use_reduce, paren_reduce -- cgit v1.2.3-1-g7c22