imip-agent

imip_person.py

1185:5618f1121c4a
2016-05-13 Paul Boddie Made use of the get_scheduling_conflicts common scheduling function to support delegation, introducing a "most-available" policy and tentatively supporting multiple policies. Tidied up the quota module code, making handling of endlessly-recurring events identical between the addition and removal functions modifying journal entries.
     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