diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-08-22 15:12:45 -0400 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-08-22 15:12:45 -0400 |
commit | fd68e0f4527f27fb406861036108d44cf500612e (patch) | |
tree | a4b7ed8a2939088c8d886635221ede79864f6eb0 /pykolab/xml/__init__.py | |
parent | 3231cd8408132d3f7ddb3ac1626a049474101101 (diff) | |
download | pykolab-fd68e0f4527f27fb406861036108d44cf500612e.tar.gz |
List event/task properties changes in update notification mails (#3447)
Diffstat (limited to 'pykolab/xml/__init__.py')
-rw-r--r-- | pykolab/xml/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pykolab/xml/__init__.py b/pykolab/xml/__init__.py index 3ca52b2..2c99717 100644 --- a/pykolab/xml/__init__.py +++ b/pykolab/xml/__init__.py @@ -19,6 +19,8 @@ from todo import todo_from_ical from todo import todo_from_string from todo import todo_from_message +from utils import property_label +from utils import property_to_string from utils import compute_diff from utils import to_dt @@ -35,6 +37,8 @@ __all__ = [ "todo_from_ical", "todo_from_string", "todo_from_message", + "property_label", + "property_to_string", "compute_diff", "to_dt", ] |