summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/install_headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/command/install_headers.py')
-rw-r--r--numpy/distutils/command/install_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/install_headers.py b/numpy/distutils/command/install_headers.py
index c6c01e35b..84eb5f6da 100644
--- a/numpy/distutils/command/install_headers.py
+++ b/numpy/distutils/command/install_headers.py
@@ -1,4 +1,4 @@
-from __future__ import division, absolute_import
+from __future__ import division, absolute_import, print_function
import os
from distutils.command.install_headers import install_headers as old_install_headers