diff -r e6eb0c7c2e98 -r 10942ed172de sobjects/notification.py --- 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'],