##// END OF EJS Templates
Application.launch_instance...
Application.launch_instance removes `new` from method name, since it isn't accurate.

File last commit:

r8525:61ef7793
r11176:7462fe1a
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *