mirror of https://github.com/huashengdun/webssh
Removed module unused
parent
e55e7e6898
commit
17da42de9d
2
main.py
2
main.py
|
@ -2,7 +2,7 @@ import logging
|
||||||
import tornado.web
|
import tornado.web
|
||||||
import tornado.ioloop
|
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 handler import IndexHandler, WsockHandler
|
||||||
from settings import (get_app_settings, get_host_keys_settings,
|
from settings import (get_app_settings, get_host_keys_settings,
|
||||||
get_policy_setting)
|
get_policy_setting)
|
||||||
|
|
Loading…
Reference in New Issue