aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-12 18:38:41 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-12 18:38:41 +0100
commit758908b3b08cd94d412b3d146d7be9bb1256dc25 (patch)
tree815dd8cbf8af210d71ee228e8ce3223832913906 /tests
parentff03bec0707b4566a4f0e0228a942c1ceedab662 (diff)
print is a function in Python3
Gbp-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/09_test_git_repository.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/09_test_git_repository.py b/tests/09_test_git_repository.py
index 3f032470..ed487cee 100644
--- a/tests/09_test_git_repository.py
+++ b/tests/09_test_git_repository.py
@@ -7,8 +7,6 @@ Test things here that don't fit nicely into the doctests that
also make up the API documentation.
"""
-from __future__ import print_function
-
from . import context # noqa: 401
from . import testutils