##// END OF EJS Templates
shim IPython.utils.daemonize
Min RK -
Show More
@@ -0,0 +1,4 b''
1 from warnings import warn
2
3 warn("IPython.utils.daemonize has moved to ipython_parallel.apps.daemonize")
4 from ipython_parallel.apps.daemonize import daemonize
General Comments 0
You need to be logged in to leave comments. Login now