##// END OF EJS Templates
make QtConsole Lexer configurable...
make QtConsole Lexer configurable and make the default Python 3 on Python 3 This might help non-Python kernels with the QtConsole closes #4621

File last commit:

r13347:54891794
r13733:dee61361
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