##// END OF EJS Templates
Do not emit single completions trailing with space....
Do not emit single completions trailing with space. Workaround #9658, that can thus be delayed post 5.0

File last commit:

r21072:47800256
r22632:f4c87c4c
Show More
jsonutil.py
5 lines | 134 B | text/x-python | PythonLexer
Min RK
shim jsonutil
r21072 from warnings import warn
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
from jupyter_client.jsonutil import *