Update __main__.py

This commit is contained in:
Guillaume Ayoub 2016-07-04 14:35:38 +02:00 committed by GitHub
parent 221379ef85
commit 9300d25d61

View File

@ -32,7 +32,8 @@ 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 (
VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log) ThreadedHTTPSServer, config, log)