iro/model/status.py
author Sandro Knauß <knauss@netzguerilla.net>
Mon, 27 Feb 2012 22:21:22 +0100
branchdevel
changeset 193 e5ec4bfa4929
parent 174 762981cada07
child 215 5bacdb7e94d1
permissions -rw-r--r--
adding allowString and allowList to vEmail to make sure, if a list is allowd or a string.

class Status:
    '''status for one recipient'''
    def __init__(self, provider, route):
        self.provider = provider
        self.route = route

        self.costs = 0