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/glsa-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/glsa-check') diff --git a/bin/glsa-check b/bin/glsa-check index 74a9ee7d0..ad06136e2 100755 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -3,7 +3,6 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -import os import sys try: @@ -13,6 +12,7 @@ except ImportError: sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym")) import portage +from portage import os from portage.output import * from optparse import OptionGroup, OptionParser -- cgit v1.2.3-1-g7c22