sobjects/notification.py
changeset 10662 10942ed172de
parent 10301 729f36a1bcfa
child 10666 7f6b5f023884
--- a/sobjects/notification.py	Tue Sep 08 18:04:57 2015 +0200
+++ b/sobjects/notification.py	Tue Sep 15 16:15:03 2015 +0200
@@ -181,7 +181,7 @@
 
     def context(self, **kwargs):
         entity = self.cw_rset.get_entity(self.cw_row or 0, self.cw_col or 0)
-        for key, val in kwargs.iteritems():
+        for key, val in kwargs.items():
             if val and isinstance(val, unicode) and val.strip():
                kwargs[key] = self._cw._(val)
         kwargs.update({'user': self.user_data['login'],