From: Alec Warner Date: Mon, 15 Jan 2007 21:21:59 +0000 (-0000) Subject: exithandler is not a portageq func, so ignore it X-Git-Tag: v2.1.2-r1~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4b7dd34d80147480f73bdcd84ea825665581610;p=portage.git exithandler is not a portageq func, so ignore it svn path=/main/trunk/; revision=5652 --- 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