summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/matlib.py')
-rw-r--r--numpy/matlib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/matlib.py b/numpy/matlib.py
index b1b155586..f3eb8eb4b 100644
--- a/numpy/matlib.py
+++ b/numpy/matlib.py
@@ -1,5 +1,3 @@
-from __future__ import division, absolute_import, print_function
-
import numpy as np
from numpy.matrixlib.defmatrix import matrix, asmatrix
# need * as we're copying the numpy namespace (FIXME: this makes little sense)