[CalendarServer-changes] [2070] CalendarServer/branches/users/cdaboo/timezones-2054/twistedcaldav/ timezones.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 13 18:17:42 PST 2007


Revision: 2070
          http://trac.macosforge.org/projects/calendarserver/changeset/2070
Author:   cdaboo at apple.com
Date:     2007-12-13 18:17:40 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Fix missing path variable.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/timezones-2054/twistedcaldav/timezones.py

Modified: CalendarServer/branches/users/cdaboo/timezones-2054/twistedcaldav/timezones.py
===================================================================
--- CalendarServer/branches/users/cdaboo/timezones-2054/twistedcaldav/timezones.py	2007-12-13 22:34:48 UTC (rev 2069)
+++ CalendarServer/branches/users/cdaboo/timezones-2054/twistedcaldav/timezones.py	2007-12-14 02:17:40 UTC (rev 2070)
@@ -62,6 +62,7 @@
             return False
 
         tzStream = openTZ(tzid)
+        tzpath = tzStream.name
         try:
             calendar = Component.fromStream(tzStream)
         finally:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20071213/48bb8326/attachment.html


More information about the calendarserver-changes mailing list