##// END OF EJS Templates
Merge pull request #7938 from Carreau/fullunicode...
Merge pull request #7938 from Carreau/fullunicode Fullunicode completion

File last commit:

r21088:5c672627
r21186:607227b3 merge
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