##// END OF EJS Templates
assign widgets shim as attribute on html shim...
assign widgets shim as attribute on html shim needed to keep both `from IPython.html import widgets` and `from IPython.html.widgets import Widget` working

File last commit:

r21145:785b4adf
r21312:cfb07016
Show More
traitlets.py
7 lines | 168 B | text/x-python | PythonLexer
Min RK
absolute import for traitlets shim...
r21002 from __future__ import absolute_import
Min RK
add shim warnings for traitlets
r21145 from warnings import warn
warn("IPython.utils.traitlets has moved to a top-level traitlets package.")
Min RK
absolute import for traitlets shim...
r21002 from traitlets import *