Fix: added inspect import to widget.py

This commit is contained in:
Jonathan Frederic 2013-11-07 05:59:58 +00:00
parent 3a82e45804
commit 08b1d08fb6

View File

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