From fec6336699f34758d3e6cb41b2edf902fedb9035 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 4 May 2013 21:39:27 +0000 Subject: libical-1.0 --- src/python/Libical.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/python/Libical.py') diff --git a/src/python/Libical.py b/src/python/Libical.py index 23e3820..5f4aae7 100644 --- a/src/python/Libical.py +++ b/src/python/Libical.py @@ -25,12 +25,15 @@ # the License at http://www.mozilla.org/MPL/ #====================================================================== +from LibicalWrap import ICAL_PACKAGE, ICAL_VERSION from Component import Component, NewComponent, Event, Todo, Journal from Property import Property, RecurrenceSet, test_enum -from Time import Time +from Time import Time, UTC from Period import Period from Duration import Duration from Attendee import Attendee, Organizer from DerivedProperties import RDate, Trigger,Recurrence_Id, Attach from Store import Store, FileStore from Gauge import Gauge + +version = ICAL_VERSION -- cgit v1.2.1