Reviewers: ,


Please review this at http://codereview.tryton.org/49010/

Affected files:
  M trytond/cache.py


Index: trytond/cache.py
===================================================================
--- a/trytond/cache.py
+++ b/trytond/cache.py
@@ -185,7 +185,7 @@
         super(LRUDict, self).__setitem__(key, value)
         self._check_size_limit()

-    def update(*args, **kwargs):
+    def update(self, *args, **kwargs):
         super(LRUDict, self).update(*args, **kwargs)
         self._check_size_limit()



--
[email protected] mailing list

Reply via email to