Show More
@@ -1,4 +1,11 b'' | |||||
1 | import os |
|
1 | import os | |
|
2 | ||||
|
3 | import terminado | |||
|
4 | from IPython.utils.version import check_version | |||
|
5 | ||||
|
6 | if not check_version(terminado.__version__, '0.3.3'): | |||
|
7 | raise ImportError("terminado >= 0.3.3 required, found %s" % terminado.__version__) | |||
|
8 | ||||
2 | from terminado import NamedTermManager |
|
9 | from terminado import NamedTermManager | |
3 | from tornado.log import app_log |
|
10 | from tornado.log import app_log | |
4 | from IPython.html.utils import url_path_join as ujoin |
|
11 | from IPython.html.utils import url_path_join as ujoin |
General Comments 0
You need to be logged in to leave comments.
Login now