##// END OF EJS Templates
Prevent jump when clicking on action in menu....
Prevent jump when clicking on action in menu. To do so prevent even default action; Closes #7367

File last commit:

r13347:54891794
r19908:c38a54ba
Show More
__init__.py
9 lines | 261 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