imip-agent

imip_resource.py

350:e8108d9e8fe8
2015-02-26 Paul Boddie Babel appears not to like the C locale: using "en" instead. 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