imip-agent

imip_person.py

1266:e3cda8fa8ee7
2017-09-14 Paul Boddie Introduced recurrence identifiers for periods originating from stored data, thus permitting the tracking of these periods and the operations they experience during editing.
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import person     5 from imiptools.mail import Messenger     6      7 Processor(person.handlers)()     8      9 # vim: tabstop=4 expandtab shiftwidth=4