Update __main__.py
This commit is contained in:
parent
221379ef85
commit
9300d25d61
@ -32,8 +32,9 @@ import ssl
|
|||||||
import sys
|
import sys
|
||||||
from wsgiref.simple_server import make_server
|
from wsgiref.simple_server import make_server
|
||||||
|
|
||||||
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
|
from . import (
|
||||||
ThreadedHTTPSServer, config, log)
|
VERSION, Application, RequestHandler, ThreadedHTTPServer,
|
||||||
|
ThreadedHTTPSServer, config, log)
|
||||||
|
|
||||||
|
|
||||||
# This is a script, many branches and variables
|
# This is a script, many branches and variables
|
||||||
|
Loading…
Reference in New Issue
Block a user