Title: [commits] (mikeal) [15335] Fix for bug 10855.
- Revision
- 15335
- Author
- mikeal
- Date
- 2007-09-17 09:55:10 -0700 (Mon, 17 Sep 2007)
Log Message
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/sharing/caldav_conduit.py (15334 => 15335)
--- trunk/chandler/parcels/osaf/sharing/caldav_conduit.py 2007-09-15 01:44:58 UTC (rev 15334)
+++ trunk/chandler/parcels/osaf/sharing/caldav_conduit.py 2007-09-17 16:55:10 UTC (rev 15335)
@@ -19,7 +19,7 @@
'FreeBusyAnnotation',
]
-import datetime, bisect
+import datetime, bisect, PyICU
from application import schema
from osaf import pim
import webdav_conduit
@@ -345,7 +345,7 @@
def _createCollectionResource(self, handle, resource, childName):
displayName = self.share.contents.displayName
- timezone = serializeTimeZone(ICUtzinfo.default)
+ timezone = serializeTimeZone(PyICU.ICUtzinfo.default)
return handle.blockUntil(resource.createCalendar, childName,
displayName, timezone)
_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits