comparison tests/hypothesishelpers.py @ 28728:8699c89f3ae9

py3: use print_function in hypothesishelpers.py
author Robert Stanca <robert.stanca7@gmail.com>
date Sat, 02 Apr 2016 18:15:04 +0300
parents f33280667aa5
children 2372284d9457
comparison
equal deleted inserted replaced
28727:f33280667aa5 28728:8699c89f3ae9
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 from __future__ import absolute_import, print_function
8 import os 8 import os
9 import sys 9 import sys
10 import traceback 10 import traceback
11 11
12 try: 12 try: