imip-agent

imip_resource.py

744:6c1d81deed5e
2015-09-14 Paul Boddie Ignore participation when updating free/busy offers since PARTSTAT is not set.
     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