# HG changeset patch # User Martin Geisler # Date 2010-07-09 12:01:55 # Node ID eaa7666ad53f0c683488045b5690bb9f28a4e015 # Parent 3efadce5b346c63b532d685cbe45a6dbaaf9b1b6 check-code: add test for callable diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -94,6 +94,8 @@ pypats = [ (r'^\s*with\s+', "with not available in Python 2.4"), (r'(?