##// 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:

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