aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/daemonize.py
blob: 44b4a2832e0889d31fcc4cc36f18895d4b3a86ba (plain) (blame)
1
2
3
4
from warnings import warn

warn("IPython.utils.daemonize has moved to ipyparallel.apps.daemonize since IPython 4.0", DeprecationWarning, stacklevel=2)
from ipyparallel.apps.daemonize import daemonize