imip-agent

imip_person.py

731:8c43fba1f9b1
2015-09-13 Paul Boddie Updated the documentation and scripts with information on local SMTP mode, parameterising the scripts and adding help texts.
     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