iro/model/status.py
branchdevel
changeset 215 5bacdb7e94d1
parent 174 762981cada07
child 263 52284710c0b4
--- a/iro/model/status.py	Sat Mar 03 03:54:53 2012 +0100
+++ b/iro/model/status.py	Mon Mar 05 19:47:08 2012 +0100
@@ -1,7 +1,9 @@
 class Status:
     '''status for one recipient'''
-    def __init__(self, provider, route):
+    def __init__(self, provider, route, costs=0.0, count=0, exID=None):
         self.provider = provider
         self.route = route
 
-        self.costs = 0
+        self.costs = costs
+        self.count = count
+        self.exID = exID