imip-agent

imip_resource.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 resource     5      6 Processor(resource.handlers)()     7      8 # vim: tabstop=4 expandtab shiftwidth=4