##// END OF EJS Templates
set profile name from profile_dir...
set profile name from profile_dir in case profile_dir is set directly (e.g. in the notebook) closes #4238

File last commit:

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