##// END OF EJS Templates
add ipython_genutils...
add ipython_genutils copies of shared dependencies - ipstruct, tempdir, py3compat (+encoding) are whole - path, text are reduced to remove some IPython-only bits

File last commit:

r21088:5c672627
r21185:ea099112
Show More
daemonize.py
4 lines | 158 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.daemonize has moved to ipython_parallel.apps.daemonize")
from ipython_parallel.apps.daemonize import daemonize