##// END OF EJS Templates
add Reference object
add Reference object

File last commit:

r3512:62cc379d
r3643:7c24f2e0
Show More
__init__.py
6 lines | 209 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
from _numpy_testing_noseclasses import KnownFailure