1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-12 20:30:57 +00:00

Out-of-the-box simple configuration

git-svn-id: http://svn.32rwr.info/radicale/trunk@5 74e4794c-479d-4a33-9dda-c6c359d70f12
This commit is contained in:
(no author) 2008-12-30 19:26:03 +00:00
parent 5e1a4d4131
commit e87d37703d
7 changed files with 72 additions and 13 deletions

View file

@ -21,10 +21,7 @@
# TODO: Manage smart and configurable logs
# TODO: Manage authentication
# TODO: remove this hack
import sys
sys.path.append("/usr/local/lib/python2.5/site-packages")
from twisted.web import server
from twisted.internet import reactor
from twisted.python import log