# HG changeset patch # User Jeff Hammel # Date 1325114790 28800 # Node ID fe8befc5bdfcc0efbf784d7a0b98aa8b9d7e7107 # Parent 5b82653ccda3937688ad204bd3c1a379daefeb01 add another print just for fun diff -r 5b82653ccda3 -r fe8befc5bdfc python/abstract.py --- a/python/abstract.py Wed Dec 28 15:23:01 2011 -0800 +++ b/python/abstract.py Wed Dec 28 15:26:30 2011 -0800 @@ -33,6 +33,7 @@ a.bar() except NotImplementedError, e: print e + c.foo(1) a.foo(1)