[CalendarServer-changes] [603] CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/ test/test_mkcalendar.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 27 18:24:57 PST 2006


Revision: 603
          http://trac.macosforge.org/projects/calendarserver/changeset/603
Author:   wsanchez at apple.com
Date:     2006-11-27 18:24:57 -0800 (Mon, 27 Nov 2006)

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

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/test/test_mkcalendar.py

Modified: CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/test/test_mkcalendar.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/test/test_mkcalendar.py	2006-11-28 01:23:13 UTC (rev 602)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/test/test_mkcalendar.py	2006-11-28 02:24:57 UTC (rev 603)
@@ -46,7 +46,8 @@
         uri  = "/calendar_make"
         path = os.path.join(self.docroot, uri[1:])
 
-        if os.path.exists(path): rmdir(path)
+        if os.path.exists(path):
+            rmdir(path)
 
         def do_test(response):
             response = IResponse(response)
@@ -72,7 +73,8 @@
         uri  = "/calendar_prop"
         path = os.path.join(self.docroot, uri[1:])
 
-        if os.path.exists(path): rmdir(path)
+        if os.path.exists(path):
+            rmdir(path)
 
         def do_test(response):
             response = IResponse(response)

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


More information about the calendarserver-changes mailing list