##// END OF EJS Templates
move old parallel figures into newparallel dir
move old parallel figures into newparallel dir

File last commit:

r3512:62cc379d
r3671:24641d17
Show More
__init__.py
6 lines | 209 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
from _numpy_testing_noseclasses import KnownFailure