imip-agent

imip_resource.py

394:63473567026a
2015-03-07 Paul Boddie Removed VTODO and VJOURNAL handlers, since they are mostly beyond the scope of this project for the time being.
     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