Remove duplicate docstring
This commit is contained in:
parent
979414ce85
commit
f2d63ad7f7
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import posixpath
|
import posixpath
|
||||||
from http import client
|
from http import client
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
class ApplicationHeadMixin:
|
class ApplicationHeadMixin:
|
||||||
def do_HEAD(self, environ, base_prefix, path, user):
|
def do_HEAD(self, environ, base_prefix, path, user):
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
from http import client
|
from http import client
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
from http import client
|
from http import client
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import posixpath
|
import posixpath
|
||||||
from http import client
|
from http import client
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
from http import client
|
from http import client
|
||||||
|
|
||||||
from radicale import httputils
|
from radicale import httputils
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
from http import client
|
from http import client
|
||||||
from xml.etree import ElementTree as ET
|
from xml.etree import ElementTree as ET
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
|
@ -17,13 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
|
||||||
Radicale WSGI application.
|
|
||||||
|
|
||||||
Can be used with an external WSGI server or the built-in server.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user