##// 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:

r21168:10680fd9
r21266:0ca23b4f
Show More
eventful.py
7 lines | 164 B | text/x-python | PythonLexer
from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful")
from traitlets.eventful import *