changeset 2221 | 05b6c13f43c6 |
parent 2164 | cbd458228a96 |
child 2227 | 4f072bb06e89 |
--- a/tests/test-hook Mon May 08 08:20:56 2006 -0700 +++ b/tests/test-hook Mon May 08 10:59:58 2006 -0700 @@ -100,14 +100,13 @@ print 'hook args:' for k, v in a: print ' ', k, v - return True def passhook(**args): printargs(args) - return True def failhook(**args): printargs(args) + return True class LocalException(Exception): pass