##// END OF EJS Templates
Backport PR #4088: Fix coalescestreams line with incorrect nesting causing strange behavior
Backport PR #4088: Fix coalescestreams line with incorrect nesting causing strange behavior

File last commit:

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