projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5101129
)
Remove deprecated string module and import syntax
author
antarus
<antarus@gentoo.org>
Sun, 1 Apr 2007 04:20:51 +0000
(
04:20
-0000)
committer
antarus
<antarus@gentoo.org>
Sun, 1 Apr 2007 04:20:51 +0000
(
04:20
-0000)
svn path=/; revision=374
trunk/src/glsa-check/glsa-check
patch
|
blob
|
history
diff --git
a/trunk/src/glsa-check/glsa-check
b/trunk/src/glsa-check/glsa-check
index e5956415c901f263d8427ddee4c8f834d744dcce..fedba473197d6c37267539ca75a89cba1639627e 100644
(file)
--- 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 *