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

Sort imports

This commit is contained in:
Florian Mounier 2016-07-04 14:32:33 +02:00
parent 4b74102e1c
commit 221379ef85
7 changed files with 9 additions and 13 deletions

View file

@ -23,18 +23,17 @@ from a python programme with ``radicale.__main__.run()``.
"""
import atexit
import os
import sys
import optparse
import os
import select
import signal
import socket
import ssl
import sys
from wsgiref.simple_server import make_server
from . import (
Application, config, ThreadedHTTPServer, ThreadedHTTPSServer, log,
RequestHandler, VERSION)
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log)
# This is a script, many branches and variables