summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r--numpy/testing/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py
index 064a74a16..bca1d3670 100644
--- a/numpy/testing/__init__.py
+++ b/numpy/testing/__init__.py
@@ -8,7 +8,8 @@ away.
from unittest import TestCase
from ._private.utils import *
-from ._private.utils import _assert_valid_refcount, _gen_alignment_data
+from ._private.utils import (_assert_valid_refcount, _gen_alignment_data,
+ IS_PYSTON)
from ._private import decorators as dec
from ._private.nosetester import (
run_module_suite, NoseTester as Tester