changeset 189:fe8befc5bdfc

add another print just for fun
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 15:26:30 -0800
parents 5b82653ccda3
children ca7b87a74610
files python/abstract.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)