iro/model/status.py
author Sandro Knauß <knauss@netzguerilla.net>
Thu, 23 Feb 2012 16:57:57 +0100
branchdevel
changeset 183 07ee5543751b
parent 174 762981cada07
child 215 5bacdb7e94d1
permissions -rw-r--r--
offer.provider now handles the options dict and loadConfig is only in Provider class

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

        self.costs = 0