Explorar el Código

Merge branch 'master' of github.com:Kozea/Radicale

Florian Mounier hace 9 años
padre
commit
c26bfd6a91
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      radicale/__main__.py

+ 3 - 2
radicale/__main__.py

@@ -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