summaryrefslogtreecommitdiff
path: root/test/regrtest_data/numarray_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/regrtest_data/numarray_import.py')
-rw-r--r--test/regrtest_data/numarray_import.py7
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 000000000..3f0be8b7b
--- /dev/null
+++ b/test/regrtest_data/numarray_import.py
@@ -0,0 +1,7 @@
+"""#10077"""
+
+__revision__ = 1
+
+from numarray import zeros
+
+zeros()