Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
15
venv/Lib/site-packages/terminado/__init__.py
Normal file
15
venv/Lib/site-packages/terminado/__init__.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
"""Terminals served to xterm.js using Tornado websockets"""
|
||||
|
||||
# Copyright (c) Jupyter Development Team
|
||||
# Copyright (c) 2014, Ramalingam Saravanan <sarava@sarava.net>
|
||||
# Distributed under the terms of the Simplified BSD License.
|
||||
|
||||
from .websocket import TermSocket
|
||||
from .management import (TermManagerBase, SingleTermManager,
|
||||
UniqueTermManager, NamedTermManager)
|
||||
|
||||
import logging
|
||||
# Prevent a warning about no attached handlers in Python 2
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
||||
__version__ = '0.9.1'
|
||||
Loading…
Add table
Add a link
Reference in a new issue