mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-29 18:08:31 +00:00
Pylint, remove fixed todos
This commit is contained in:
parent
039e868e5f
commit
d11d4cc8c1
5 changed files with 3 additions and 5 deletions
|
@ -90,6 +90,7 @@ class HTTPServer(server.HTTPServer):
|
|||
class HTTPSServer(HTTPServer):
|
||||
"""HTTPS server."""
|
||||
PROTOCOL = "https"
|
||||
|
||||
def __init__(self, address, handler):
|
||||
"""Create server by wrapping HTTP socket in an SSL socket."""
|
||||
# Fails with Python 2.5, import if needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue