##// END OF EJS Templates
import from module and not from module.py...
Thomas Spura -
Show More
@@ -1,4 +1,4 b''
1 try:
1 try:
2 from numpy.testing.decorators import *
2 from numpy.testing.decorators import *
3 except ImportError:
3 except ImportError:
4 from _decorators.py import *
4 from _decorators import *
General Comments 0
You need to be logged in to leave comments. Login now