[CalendarServer-changes] [5123] CalendarServer/trunk/twistedcaldav/xmlutil.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 15 16:23:49 PST 2010


Revision: 5123
          http://trac.macosforge.org/projects/calendarserver/changeset/5123
Author:   wsanchez at apple.com
Date:     2010-02-15 16:23:48 -0800 (Mon, 15 Feb 2010)
Log Message:
-----------
Import with_statement

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/xmlutil.py

Modified: CalendarServer/trunk/twistedcaldav/xmlutil.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/xmlutil.py	2010-02-15 21:50:27 UTC (rev 5122)
+++ CalendarServer/trunk/twistedcaldav/xmlutil.py	2010-02-16 00:23:48 UTC (rev 5123)
@@ -14,6 +14,8 @@
 # limitations under the License.
 ##
 
+from __future__ import with_statement
+
 from xml.etree.ElementTree import Element, ElementTree, SubElement, tostring
 from xml.parsers.expat import ExpatError
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100215/c85e04f4/attachment.html>


More information about the calendarserver-changes mailing list