imip-agent

imip_resource.py

1204:5dbc885f21db
2016-12-20 Paul Boddie Added convenience functions to make unique identifiers and new calendar objects.
     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