mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-09 01:37:17 +00:00
Remove dead code
This commit is contained in:
parent
fbe60de968
commit
98271a3783
@ -1,11 +1,8 @@
|
||||
import logging
|
||||
|
||||
from tornado.ioloop import IOLoop
|
||||
from tornado.web import Application
|
||||
from terminado import TermSocket, SingleTermManager
|
||||
|
||||
from tfw.config import TFWENV
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@ -45,14 +42,3 @@ class TerminadoMiniServer:
|
||||
|
||||
def stop(self):
|
||||
self.term_manager.shutdown()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
LOG.info('Terminado Mini Server listening on %s', TFWENV.TERMINADO_PORT)
|
||||
TerminadoMiniServer(
|
||||
'/terminal',
|
||||
TFWENV.TERMINADO_PORT,
|
||||
TFWENV.TERMINADO_WD,
|
||||
['bash']
|
||||
).listen()
|
||||
IOLoop.instance().start()
|
||||
|
Loading…
Reference in New Issue
Block a user