##// END OF EJS Templates
Merge pull request #4794 from stonebig/python3_example_fix...
Merge pull request #4794 from stonebig/python3_example_fix Compatibility fix for Python3 (Issue #4783 )

File last commit:

r13347:54891794
r14209:11947a67 merge
Show More
__init__.py
4 lines | 88 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from ._jsonpointer import *