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