##// END OF EJS Templates
don't raise 404 in get_absolute_path...
don't raise 404 in get_absolute_path raise in validate_absolute_path, where it belongs

File last commit:

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