##// END OF EJS Templates
Added missing transformer in init
Added missing transformer in init

File last commit:

r8525:61ef7793
r11397:9efb1a52
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *