##// 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
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *