diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-07 23:00:17 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-07 23:00:17 +0000 |
commit | 2da22ec9630c9255e9ba84e5bf53711a880b8c60 (patch) | |
tree | edfcd7c40b7cbe5b7eef2e57990400ef8f0bd241 /app-portage | |
parent | app-portage/eaudit. This is a very very simple tool to just list all (diff) | |
download | liquidx-2da22ec9630c9255e9ba84e5bf53711a880b8c60.tar.gz liquidx-2da22ec9630c9255e9ba84e5bf53711a880b8c60.tar.bz2 liquidx-2da22ec9630c9255e9ba84e5bf53711a880b8c60.zip |
whoops, left some debugging messages
svn path=/; revision=41
Diffstat (limited to 'app-portage')
-rwxr-xr-x | app-portage/eaudit/files/eaudit | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-portage/eaudit/files/eaudit b/app-portage/eaudit/files/eaudit index 89055f9..b8fc1b5 100755 --- a/app-portage/eaudit/files/eaudit +++ b/app-portage/eaudit/files/eaudit @@ -56,7 +56,6 @@ def use_status(path): def listpkgs(with_use = False, with_status = False, format = '%s %s %s'): world_index = world() - print world_index for cat, pkg, ver, path in allpkgs(): output = '' @@ -76,7 +75,6 @@ def listpkgs(with_use = False, with_status = False, format = '%s %s %s'): def main(args = sys.argv[1:]): parser = OptionParser(version = '%%prog %s' % __version__, - usage = '%prog [-u|-s]', description = __doc__) parser.add_option('-u', '--use', action='store_true', help = 'List USE flags') |