From f4b7dd34d80147480f73bdcd84ea825665581610 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Mon, 15 Jan 2007 21:21:59 +0000 Subject: exithandler is not a portageq func, so ignore it svn path=/main/trunk/; revision=5652 --- bin/portageq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22