exithandler is not a portageq func, so ignore it
authorAlec Warner <antarus@gentoo.org>
Mon, 15 Jan 2007 21:21:59 +0000 (21:21 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 15 Jan 2007 21:21:59 +0000 (21:21 -0000)
svn path=/main/trunk/; revision=5652

bin/portageq

index 0fc19585012f9631652f7b64112bc8f273a3bd41..791aa4c9a76c27020d3321a0549070479ee8481a 100755 (executable)
@@ -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