webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 17da42de9d7534396af4590006fc5cd88ac01702
parent e55e7e6898f4ec6d634d541a68e59dbd365b965a
Author: Sheng <webmaster0115@gmail.com>
Date:   Wed, 11 Apr 2018 21:27:03 +0800

Removed module unused

Diffstat:
Mmain.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py @@ -2,7 +2,7 @@ import logging import tornado.web import tornado.ioloop -from tornado.options import define, parse_command_line, options +from tornado.options import parse_command_line, options from handler import IndexHandler, WsockHandler from settings import (get_app_settings, get_host_keys_settings, get_policy_setting)