##// END OF EJS Templates
various unicode fixes...
various unicode fixes - remove notebookPath, notebookName, and baseProjectUrl methods everywhere - use base_project_url *attributes* instead - we should never use escaped URLs except when making an actual request Should fix issues with double-escaping

File last commit:

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