aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/python/Libical.py
diff options
context:
space:
mode:
Diffstat (limited to 'libical/src/python/Libical.py')
-rw-r--r--libical/src/python/Libical.py17
1 files changed, 7 insertions, 10 deletions
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