don't try to use bindann

It causes a mysterious misbehavior in Python import which causes the previous patch to fail (the patch to not run trial tests if dependencies can't be imported)
This commit is contained in:
Zooko O'Whielacronx 2007-09-13 19:14:46 -07:00
parent 6acbffbecf
commit 8fd98624a3

View File

@ -20,13 +20,6 @@ else:
def cmp_version(v1, v2):
return cmp(pkg_resources.parse_version(str(v1)), pkg_resources.parse_version(str(v2)))
# bindann, by Nathan Wilcox (needed only for debugging)
try:
import bindann
bindann.install_exception_handler()
except ImportError:
pass
# Python Standard Library
import re