# HG changeset patch # User Robert Stanca # Date 1459610104 -10800 # Node ID 8699c89f3ae96e0526c6464c81ec797fa7bab667 # Parent f33280667aa57c71233fbd19c53be45800798916 py3: use print_function in hypothesishelpers.py diff -r f33280667aa5 -r 8699c89f3ae9 tests/hypothesishelpers.py --- a/tests/hypothesishelpers.py Sat Apr 02 18:14:10 2016 +0300 +++ b/tests/hypothesishelpers.py Sat Apr 02 18:15:04 2016 +0300 @@ -4,7 +4,7 @@ # # For details see http://hypothesis.readthedocs.org -from __future__ import absolute_import +from __future__ import absolute_import, print_function import os import sys import traceback diff -r f33280667aa5 -r 8699c89f3ae9 tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Sat Apr 02 18:14:10 2016 +0300 +++ b/tests/test-check-py3-compat.t Sat Apr 02 18:15:04 2016 +0300 @@ -41,7 +41,6 @@ i18n/polib.py not using absolute_import setup.py not using absolute_import tests/heredoctest.py requires print_function - tests/hypothesishelpers.py requires print_function tests/killdaemons.py not using absolute_import tests/md5sum.py not using absolute_import tests/mockblackbox.py not using absolute_import