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,8 +32,9 @@ import ssl
import sys
from wsgiref.simple_server import make_server
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log)
from . import (
VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log)
# This is a script, many branches and variables