1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Uses absoulte imports as recommended in PEP-8

This commit is contained in:
Frank Sachsenheim 2018-01-14 18:33:01 +01:00 committed by Unrud
parent db2e7f9568
commit 50d3d01ea3
6 changed files with 7 additions and 7 deletions

View file

@ -32,8 +32,8 @@ import ssl
import sys
from wsgiref.simple_server import make_server
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log, storage)
from radicale import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log, storage)
def run():