imip-agent

imip_person.py

1218:78dc5ae79c65
2017-04-02 Paul Boddie Added --help option support to the page packaging tool plus some useful notes about the tool in the documentation.
     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