diff options
Diffstat (limited to 'bin/glsa-check')
| -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 |
