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

r21168:10680fd9
r22632:f4c87c4c
Show More
eventful.py
7 lines | 164 B | text/x-python | PythonLexer
Min RK
shim IPython.utils.eventful
r21168 from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful")
from traitlets.eventful import *