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