1
0
Эх сурвалжийг харах

Remove duplicate docstring

Unrud 7 жил өмнө
parent
commit
f2d63ad7f7

+ 0 - 7
radicale/app/get.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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
 from http import client
 from urllib.parse import quote

+ 0 - 7
radicale/app/head.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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:
     def do_HEAD(self, environ, base_prefix, path, user):

+ 0 - 7
radicale/app/mkcalendar.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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 socket
 from http import client

+ 0 - 7
radicale/app/mkcol.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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 socket
 from http import client

+ 0 - 7
radicale/app/move.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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
 from http import client
 from urllib.parse import urlparse

+ 0 - 7
radicale/app/options.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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 radicale import httputils

+ 0 - 7
radicale/app/propfind.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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 posixpath
 import socket

+ 0 - 7
radicale/app/proppatch.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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
 from http import client
 from xml.etree import ElementTree as ET

+ 0 - 7
radicale/app/put.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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 posixpath
 import socket

+ 0 - 7
radicale/app/report.py

@@ -17,13 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # 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 posixpath
 import socket