diff options
| author | antarus <antarus@gentoo.org> | 2007-04-01 04:20:51 +0000 |
|---|---|---|
| committer | antarus <antarus@gentoo.org> | 2007-04-01 04:20:51 +0000 |
| commit | 629c46773022444a00f14c03e6013d4c11532203 (patch) | |
| tree | c5ca2bd9f6cbdb3fc2d743524cde05c53604a5a3 /trunk/src | |
| parent | 51011296474309808091adb1639a9019a774f4f3 (diff) | |
| download | gentoolkit-629c46773022444a00f14c03e6013d4c11532203.tar.gz | |
Remove deprecated string module and import syntax
svn path=/; revision=374
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/glsa-check/glsa-check | 3 |
1 files changed, 2 insertions, 1 deletions
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 * |
