##// END OF EJS Templates
Fix failing test that was still looking for frontend/ directory.
Fix failing test that was still looking for frontend/ directory.

File last commit:

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