imip-agent

imip_person_outgoing.py

478:a165cad1a1ff
2015-04-04 Paul Boddie Changed get_attendees to obtain a normalised list of unique attendees, providing update_attendees for adding and removing from such a list. Introduced get_attendees into the event finalisation process.
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import person_outgoing     5 from imiptools.mail import Messenger     6      7 Processor(person_outgoing.handlers)()     8      9 # vim: tabstop=4 expandtab shiftwidth=4