mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Clean tests
This commit is contained in:
parent
595e2329ea
commit
54dee0c7c4
6 changed files with 25 additions and 76 deletions
|
@ -381,13 +381,7 @@ class Application(object):
|
|||
|
||||
def do_GET(self, environ, read_collections, write_collections, content,
|
||||
user):
|
||||
"""Manage GET request.
|
||||
|
||||
In Radicale, GET requests create collections when the URL is not
|
||||
available. This is useful for clients with no MKCOL or MKCALENDAR
|
||||
support.
|
||||
|
||||
"""
|
||||
"""Manage GET request."""
|
||||
# Display a "Radicale works!" message if the root URL is requested
|
||||
if environ["PATH_INFO"] == "/":
|
||||
headers = {"Content-type": "text/html"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue