##// END OF EJS Templates
added basic test...
added basic test - ensure video embedding doesn't outright fail - check that the generated url is correct

File last commit:

r21088:5c672627
r21266:0ca23b4f
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