##// END OF EJS Templates
Update __init__.py
Laurent Gautier -
Show More
@@ -1,5 +1,6 b''
1 try:
1 try:
2 from numpy.testing import *
2 from numpy.testing import *
3 from numpy.testing import dec
3 from numpy.testing.noseclasses import KnownFailure
4 from numpy.testing.noseclasses import KnownFailure
4 except ImportError:
5 except ImportError:
5 from ._decorators import *
6 from ._decorators import *
General Comments 0
You need to be logged in to leave comments. Login now