imip-agent

Annotated imip_resource.py

1292:8a08870781bb
2017-10-06 Paul Boddie Remove SENT-BY from attributes where the sender matches the user. Simplify get_timestamp, making it use get_time.
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