mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
Sort imports
This commit is contained in:
parent
4b74102e1c
commit
221379ef85
7 changed files with 9 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue