mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
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:
parent
6acbffbecf
commit
8fd98624a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user