1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Use " instead of '

This commit is contained in:
Unrud 2018-08-18 12:56:40 +02:00
parent 24f835a2a1
commit f708a7b2b6
2 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ import vobject
from radicale import auth, config, log, rights, storage, web, xmlutils
from radicale.log import logger
VERSION = pkg_resources.get_distribution('radicale').version
VERSION = pkg_resources.get_distribution("radicale").version
NOT_ALLOWED = (
client.FORBIDDEN, (("Content-Type", "text/plain"),),