diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-03-24 15:21:58 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-03-24 15:21:58 +0000 |
| commit | db09a0e43e2e1cf98f0d789f651a1816a46dcba7 (patch) | |
| tree | 190142ffd40988d90ab8f5789500be5290e91088 /bin | |
| parent | 1ddc073811b7b69aab22cd65990bbca8e7104bef (diff) | |
| download | gentoolkit-db09a0e43e2e1cf98f0d789f651a1816a46dcba7.tar.gz | |
Merge genscripts rev 406
svn path=/trunk/gentoolkit/; revision=756
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/glsa-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/glsa-check b/bin/glsa-check index 705e7b4..a783c27 100755 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -4,12 +4,12 @@ # This program is licensed under the GPL, version 2 import sys +import os import codecs from functools import reduce import portage from portage.output import * -from portage import os from getopt import getopt, GetoptError |
