aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/utils/traitlets.py
blob: b4ff7a2689f88f39799b28e0ab3ec620248833a9 (plain) (blame)
1
2
3
4
5
6
7
from __future__ import absolute_import

from warnings import warn

warn("IPython.utils.traitlets has moved to a top-level traitlets package.")

from traitlets import *