##// END OF EJS Templates
update parallel connection figs...
update parallel connection figs closes gh-336

File last commit:

r3512:62cc379d
r3683:5df04925
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