From 697761cc337aa77a47140c8df50ed84bc25e23f6 Mon Sep 17 00:00:00 2001 From: Hans Petter Date: Thu, 11 Sep 2003 22:04:44 +0000 Subject: Import new libical from mainline HEAD and make appropriate changes to Evolution. svn path=/trunk/; revision=22538 --- libical/src/python/Libical.py | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'libical/src/python/Libical.py') diff --git a/libical/src/python/Libical.py b/libical/src/python/Libical.py index 78a0fff8ff..9cf5076520 100644 --- a/libical/src/python/Libical.py +++ b/libical/src/python/Libical.py @@ -25,15 +25,12 @@ # the License at http://www.mozilla.org/MPL/ #====================================================================== - -import LibicalWrap - from Component import Component, NewComponent, Event, Todo, Journal - -# Will eventually remove Time for real Property events -from Property import Property, Time, Duration, Period, Attendee, Organizer, \ - Recurrence_Id, Attach, RecurrenceSet - -from DerivedProperties import RDate, Trigger - +from Property import Property, RecurrenceSet, test_enum +from Time import Time +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 -- cgit v1.2.3