##// END OF EJS Templates
Merge pull request #9883 from boegel/test_resolve_symlink...
Merge pull request #9883 from boegel/test_resolve_symlink resolve path to temporary directory to ensure that 'assert_equal' tests also work when $TMPDIR is a symlink

File last commit:

r21072:47800256
r22813:52e80c55 merge
Show More
jsonutil.py
5 lines | 134 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
from jupyter_client.jsonutil import *