imip-agent

imip_resource.py

1179:9cb6a6acfe17
2016-05-13 Paul Boddie Incorporated check_quota functionality into the schedule_for_delegate function. Added support for quota user groups mapping all (or all remaining unindicated) organisers to a common group. Added a tool for setting quota user-to-group mappings.
     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