##// 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 | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *