mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
4 lines
148 B
Python
4 lines
148 B
Python
from warnings import warn
|
|
|
|
warn("IPython.utils.daemonize has moved to ipyparallel.apps.daemonize")
|
|
from ipyparallel.apps.daemonize import daemonize
|