diff options
Diffstat (limited to 'test/regrtest_data/numarray_import.py')
-rw-r--r-- | test/regrtest_data/numarray_import.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regrtest_data/numarray_import.py b/test/regrtest_data/numarray_import.py new file mode 100644 index 0000000..3f0be8b --- /dev/null +++ b/test/regrtest_data/numarray_import.py @@ -0,0 +1,7 @@ +"""#10077""" + +__revision__ = 1 + +from numarray import zeros + +zeros() |