##// END OF EJS Templates
Fixing bug #5607...
Fixing bug #5607 Changed the method from extends to merge which merges the two arrays as desired - With Freyert

File last commit:

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