Merge branch 'master' of github.com:Kozea/Radicale

This commit is contained in:
Florian Mounier 2016-07-04 14:40:15 +02:00
commit c26bfd6a91

View File

@ -32,7 +32,8 @@ import ssl
import sys
from wsgiref.simple_server import make_server
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
from . import (
VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log)