summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r--numpy/testing/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py
index cee2d6944..4265eddcf 100644
--- a/numpy/testing/__init__.py
+++ b/numpy/testing/__init__.py
@@ -5,7 +5,7 @@ in a single location, so that test scripts can just import it and work right
away.
"""
-from __future__ import division, absolute_import
+from __future__ import division, absolute_import, print_function
from unittest import TestCase