Fix: added inspect import to widget.py

pull/37/head
Jonathan Frederic 13 years ago
parent 3a82e45804
commit 08b1d08fb6

@ -17,6 +17,7 @@ from glob import glob
import uuid
import sys
import os
import inspect
import IPython
from IPython.kernel.comm import Comm

Loading…
Cancel
Save