[CalendarServer-changes] [4433] CalendarServer/trunk/calendarserver/sidecar/task.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 8 12:52:38 PDT 2009


Revision: 4433
          http://trac.macosforge.org/projects/calendarserver/changeset/4433
Author:   sagen at apple.com
Date:     2009-07-08 12:52:36 -0700 (Wed, 08 Jul 2009)
Log Message:
-----------
Allow python 2.5 to use the "with" statement

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/sidecar/task.py

Modified: CalendarServer/trunk/calendarserver/sidecar/task.py
===================================================================
--- CalendarServer/trunk/calendarserver/sidecar/task.py	2009-07-08 17:52:35 UTC (rev 4432)
+++ CalendarServer/trunk/calendarserver/sidecar/task.py	2009-07-08 19:52:36 UTC (rev 4433)
@@ -13,6 +13,8 @@
 # limitations under the License.
 ##
 
+from __future__ import with_statement
+
 __all__ = [
     "CalDAVService",
     "CalDAVOptions",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090708/c9ec0ff5/attachment.html>


More information about the calendarserver-changes mailing list