mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Merge branch 'master' of github.com:Kozea/Radicale
This commit is contained in:
commit
c26bfd6a91
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue