mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Update __main__.py
This commit is contained in:
parent
221379ef85
commit
9300d25d61
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue