##// END OF EJS Templates
Fix: added inspect import to widget.py
Jonathan Frederic -
Show More
@@ -17,6 +17,7 b' from glob import glob'
17 import uuid
17 import uuid
18 import sys
18 import sys
19 import os
19 import os
20 import inspect
20
21
21 import IPython
22 import IPython
22 from IPython.kernel.comm import Comm
23 from IPython.kernel.comm import Comm
General Comments 0
You need to be logged in to leave comments. Login now