summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-03-24 15:21:58 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-03-24 15:21:58 +0000
commitdb09a0e43e2e1cf98f0d789f651a1816a46dcba7 (patch)
tree190142ffd40988d90ab8f5789500be5290e91088 /bin
parent1ddc073811b7b69aab22cd65990bbca8e7104bef (diff)
downloadgentoolkit-db09a0e43e2e1cf98f0d789f651a1816a46dcba7.tar.gz
Merge genscripts rev 406
svn path=/trunk/gentoolkit/; revision=756
Diffstat (limited to 'bin')
-rwxr-xr-xbin/glsa-check2
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