##// END OF EJS Templates
py3: use print_function in hypothesishelpers.py
Robert Stanca -
r28728:8699c89f default
parent child Browse files
Show More
@@ -4,7 +4,7 b''
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
@@ -41,7 +41,6 b''
41 i18n/polib.py not using absolute_import
41 i18n/polib.py not using absolute_import
42 setup.py not using absolute_import
42 setup.py not using absolute_import
43 tests/heredoctest.py requires print_function
43 tests/heredoctest.py requires print_function
44 tests/hypothesishelpers.py requires print_function
45 tests/killdaemons.py not using absolute_import
44 tests/killdaemons.py not using absolute_import
46 tests/md5sum.py not using absolute_import
45 tests/md5sum.py not using absolute_import
47 tests/mockblackbox.py not using absolute_import
46 tests/mockblackbox.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now