imip-agent

imip_resource.py

367:325d8cf3c9af
2015-03-02 Paul Boddie Updated the free/busy tool, although the participation status needs reviewing. recurring-events
     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