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"),),