From: antarus Date: Sun, 1 Apr 2007 04:20:51 +0000 (-0000) Subject: Remove deprecated string module and import syntax X-Git-Tag: gentoolkit-0.2.4.3~139 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=629c46773022444a00f14c03e6013d4c11532203;p=gentoolkit.git Remove deprecated string module and import syntax svn path=/; revision=374 --- diff --git a/trunk/src/glsa-check/glsa-check b/trunk/src/glsa-check/glsa-check index e595641..fedba47 100644 --- a/trunk/src/glsa-check/glsa-check +++ b/trunk/src/glsa-check/glsa-check @@ -3,7 +3,8 @@ # $Header: $ # This program is licensed under the GPL, version 2 -import os,string,sys +import os +import sys sys.path.insert(0, "/usr/lib/gentoolkit/pym") sys.path.insert(0, "/usr/lib/portage/pym") from output import *