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