1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Version 0.6.3

This commit is contained in:
Guillaume Ayoub 2011-11-03 22:51:01 +01:00
parent 41205f3197
commit 3c0410b86c

View file

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, log, xmlutils from radicale import acl, config, ical, log, xmlutils
VERSION = "0.6.x" VERSION = "0.6.3"
class HTTPServer(wsgiref.simple_server.WSGIServer, object): class HTTPServer(wsgiref.simple_server.WSGIServer, object):