imip-agent

imip_person.py

361:c591f1c62df6
2015-03-01 Paul Boddie Extended support for recurrence modifications to the other handlers, consolidating support in the Handler base class and simplifying free/busy operations in Handler and in the period module. Fixed the manager to use updated APIs. recurring-events
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import person     5 from imiptools.mail import Messenger     6      7 Processor(person.handlers)()     8      9 # vim: tabstop=4 expandtab shiftwidth=4