summaryrefslogtreecommitdiff
path: root/src/python/Libical.py
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
commitfec6336699f34758d3e6cb41b2edf902fedb9035 (patch)
tree8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /src/python/Libical.py
parent7dbffd7e2b0067e834801617c5c486e3177f6709 (diff)
downloadlibical-master.tar.gz
Diffstat (limited to 'src/python/Libical.py')
-rw-r--r--src/python/Libical.py5
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