tests/hypothesishelpers.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     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: