##// END OF EJS Templates
Merge pull request #11542 from Carreau/local-scope...
Merge pull request #11542 from Carreau/local-scope Apply @needs_local_scope to cell magics.

File last commit:

r24869:a252070e
r24967:f0f6cd8b merge
Show More
__init__.py
10 lines | 284 B | text/x-python | PythonLexer
try:
from numpy.testing import *
from numpy.testing import dec
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from ._decorators import *
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass