tests/hypothesishelpers.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     2 #
     2 #
     3 # Copyright 2015 David R. MacIver
     3 # Copyright 2015 David R. MacIver
     4 #
     4 #
     5 # For details see http://hypothesis.readthedocs.org
     5 # For details see http://hypothesis.readthedocs.org
     6 
     6 
     7 from __future__ import absolute_import, print_function
       
     8 import os
     7 import os
     9 import sys
     8 import sys
    10 import traceback
     9 import traceback
    11 
    10 
    12 try:
    11 try: