[CalendarServer-changes] [4538] CalendarServer/trunk/calendarserver/tools/anonymize.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 14 18:38:27 PDT 2009


Revision: 4538
          http://trac.macosforge.org/projects/calendarserver/changeset/4538
Author:   sagen at apple.com
Date:     2009-09-14 18:38:25 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
Allow py2.5 to run this

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/anonymize.py

Modified: CalendarServer/trunk/calendarserver/tools/anonymize.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/anonymize.py	2009-09-15 00:33:52 UTC (rev 4537)
+++ CalendarServer/trunk/calendarserver/tools/anonymize.py	2009-09-15 01:38:25 UTC (rev 4538)
@@ -16,6 +16,8 @@
 # limitations under the License.
 ##
 
+from __future__ import with_statement
+
 from getopt import getopt, GetoptError
 from subprocess import Popen, PIPE, STDOUT
 import datetime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090914/71228215/attachment.html>


More information about the calendarserver-changes mailing list