blob: aca1d61d8b6007d3ebe3fa77db7c8af0c2c71334 [file] [log] [blame]
"""
This is a legacy file that no-one currently knows how to use.
Please run your tests using ``py.test tests`` or ``tox``.
"""
import sys
sys.modules['ssl'] = None
sys.modules['_hashlib'] = None
try:
from . import memdbg # noqa
except Exception as e:
pass
from twisted.scripts.trial import run
run()