diff options
author | François Bissey <francois.bissey@canterbury.ac.nz> | 2016-08-23 21:14:54 +1200 |
---|---|---|
committer | François Bissey <francois.bissey@canterbury.ac.nz> | 2016-08-23 21:14:54 +1200 |
commit | 9266c2dfb97248dd20719c12ff9a009a71d941aa (patch) | |
tree | 891484d157a4c69c4af15fe46b957fe9f2705472 /numpy/lib/tests/test_packbits.py | |
parent | 072e8a5572f0104c4b28828cb1404bed8682e951 (diff) | |
parent | 276423aa7f4f7d39189ee5ccf7b167ad2c9c25a7 (diff) | |
download | numpy-9266c2dfb97248dd20719c12ff9a009a71d941aa.tar.gz |
Merge branch 'master' into asarray
Diffstat (limited to 'numpy/lib/tests/test_packbits.py')
-rw-r--r-- | numpy/lib/tests/test_packbits.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_packbits.py b/numpy/lib/tests/test_packbits.py index 186e8960d..0de084ef9 100644 --- a/numpy/lib/tests/test_packbits.py +++ b/numpy/lib/tests/test_packbits.py @@ -1,5 +1,6 @@ -import numpy as np +from __future__ import division, absolute_import, print_function +import numpy as np from numpy.testing import assert_array_equal, assert_equal, assert_raises |