imip-agent

Annotated imip_resource.py

1058:bb1b8e13ef4d
2016-02-09 Paul Boddie Removed explicit confirmation and retraction function usage, instead employing scheduling functions to obtain confirmation, retraction, locking and unlocking functions, with each distinct invocation occurring only once.
paul@0 1
#!/usr/bin/env python
paul@0 2
paul@49 3
from imiptools import Processor
paul@57 4
from imiptools.handlers import resource
paul@12 5
paul@57 6
Processor(resource.handlers)()
paul@0 7
paul@0 8
# vim: tabstop=4 expandtab shiftwidth=4