Skip to content

Commit

Permalink
Argh, remove break point
Browse files Browse the repository at this point in the history
  • Loading branch information
projekt01 committed Jan 29, 2007
1 parent dab9720 commit 6687e50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/z3c/testing/verify.py
Expand Up @@ -62,7 +62,6 @@ def _verify(iface, candidate, tentative=0, vtype=None):
# 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
Expand Down

0 comments on commit 6687e50

Please sign in to comment.