##// END OF EJS Templates
Add proper tests to importstring.
Add proper tests to importstring.

File last commit:

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