imip-agent

imip_resource.py

376:3719dd8a62d2
2015-03-04 Paul Boddie Fixed the removal of periods replaced by special event recurrences. 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