##// END OF EJS Templates
Simplify color definition....
Simplify color definition. Schemes either accept a dict, or as kwargs. Try to use a single way of defining via a dict.

File last commit:

r25335:5a8935c7
r28587:6b2687c3
Show More
daemonize.py
4 lines | 200 B | text/x-python | PythonLexer
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