comparison tests/hypothesishelpers.py @ 28727:f33280667aa5

tests: use absolute_import in hypothesishelpers.py
author Robert Stanca <robert.stanca7@gmail.com>
date Sat, 02 Apr 2016 18:14:10 +0300
parents b30b40804a3f
children 8699c89f3ae9
comparison
equal deleted inserted replaced
28726:f4b31fcd5e72 28727:f33280667aa5
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
7 import os 8 import os
8 import sys 9 import sys
9 import traceback 10 import traceback
10 11
11 try: 12 try: