##// END OF EJS Templates
update notebook api tests...
update notebook api tests with creation URL changes also use unicode as the default name in tests, to increase likelihood of catching unicode bugs.

File last commit:

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