[Checkins] SVN: z3c.testing/trunk/src/z3c/testing/verify.py Argh, remove break point

Roger Ineichen roger at projekt01.ch
Mon Jan 29 05:59:43 EST 2007


Log message for revision 72249:
  Argh, remove break point

Changed:
  U   z3c.testing/trunk/src/z3c/testing/verify.py

-=-
Modified: z3c.testing/trunk/src/z3c/testing/verify.py
===================================================================
--- z3c.testing/trunk/src/z3c/testing/verify.py	2007-01-29 04:46:57 UTC (rev 72248)
+++ z3c.testing/trunk/src/z3c/testing/verify.py	2007-01-29 10:59:41 UTC (rev 72249)
@@ -62,7 +62,6 @@
             # We can't verify decorated methods on classes.
             continue
         else:
-            import pdb; pdb.set_trace()
             if not callable(attr):
                 raise BrokenMethodImplementation(name, "Not a method")
             # sigh, it's callable, but we don't know how to intrspect it, so



More information about the Checkins mailing list