diff options
author | Alec Warner <antarus@gentoo.org> | 2007-01-15 21:21:59 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-01-15 21:21:59 +0000 |
commit | f4b7dd34d80147480f73bdcd84ea825665581610 (patch) | |
tree | 57e69debc8288f73776890f0fd2cf76aa0408925 | |
parent | 1d88540bce468df8414088b8a112d37cc07a754a (diff) | |
download | portage-f4b7dd34d80147480f73bdcd84ea825665581610.tar.gz portage-f4b7dd34d80147480f73bdcd84ea825665581610.tar.bz2 portage-f4b7dd34d80147480f73bdcd84ea825665581610.zip |
exithandler is not a portageq func, so ignore it
svn path=/main/trunk/; revision=5652
-rwxr-xr-x | bin/portageq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq index 0fc195850..791aa4c9a 100755 --- a/bin/portageq +++ b/bin/portageq @@ -290,7 +290,7 @@ def usage(argv): # for name in globals().keys(): # Drop python stuff, modules, and our own support functions. - if (name in ("usage", "__doc__", "__name__", "main", "os", "portage", "sys", "__builtins__", "types", "string")): + if (name in ("usage", "__doc__", "__name__", "main", "os", "portage", "sys", "__builtins__", "types", "string","exithandler")): continue # Drop non-functions |