Remove deprecated string module and import syntax
authorantarus <antarus@gentoo.org>
Sun, 1 Apr 2007 04:20:51 +0000 (04:20 -0000)
committerantarus <antarus@gentoo.org>
Sun, 1 Apr 2007 04:20:51 +0000 (04:20 -0000)
svn path=/; revision=374

trunk/src/glsa-check/glsa-check

index e5956415c901f263d8427ddee4c8f834d744dcce..fedba473197d6c37267539ca75a89cba1639627e 100644 (file)
@@ -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 *