[CalendarServer-changes] [585] CalendarServer/branches/users/wsanchez/provisioning-2/bin/caldavd

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 27 14:43:58 PST 2006


Revision: 585
          http://trac.macosforge.org/projects/calendarserver/changeset/585
Author:   wsanchez at apple.com
Date:     2006-11-27 14:43:58 -0800 (Mon, 27 Nov 2006)

Log Message:
-----------


Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning-2/bin/caldavd

Modified: CalendarServer/branches/users/wsanchez/provisioning-2/bin/caldavd
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/bin/caldavd	2006-11-27 22:40:04 UTC (rev 584)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/bin/caldavd	2006-11-27 22:43:58 UTC (rev 585)
@@ -386,7 +386,6 @@
     %(notificationName)r,
     %(manhole)d,
 )
-
 """ % {
     "docroot":          self.docroot,
     "repo":             self.repo,
@@ -408,11 +407,9 @@
     "notifications":    self.notifications,
     "notificationName": self.notificationName,
     "manhole":          self.manhole,
-    
 }
 
 if __name__ == "__main__":
-
     try:
         caldavd().run()
     except Exception, e:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061127/4a3c3e64/attachment.html


More information about the calendarserver-changes mailing list