##// END OF EJS Templates
check mime-keyed metadata first, then top level
check mime-keyed metadata first, then top level

File last commit:

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