diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
commit | fec6336699f34758d3e6cb41b2edf902fedb9035 (patch) | |
tree | 8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /src/python/Libical.py | |
parent | 7dbffd7e2b0067e834801617c5c486e3177f6709 (diff) | |
download | libical-master.tar.gz |
libical-1.0HEADlibical-1.0master
Diffstat (limited to 'src/python/Libical.py')
-rw-r--r-- | src/python/Libical.py | 5 |
1 files changed, 4 insertions, 1 deletions
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 |