##// END OF EJS Templates
check for markdown no longer needed, closes #3610...
check for markdown no longer needed, closes #3610 After #3582 was merged, we no longer depend on a python version of markdown

File last commit:

r3692:7403bafc
r11296:d9fcfd4e
Show More
__init__.py
9 lines | 259 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
try:
from _numpy_testing_noseclasses import KnownFailure
except ImportError:
pass