Mercurial > libervia-backend
diff src/memory/persistent.py @ 587:952322b1d490
Remove trailing whitespaces.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:34 +0100 |
parents | 9902ec2d8d9b |
children | beaf6bec2fcd |
line wrap: on
line diff
--- a/src/memory/persistent.py Fri Jan 18 17:55:27 2013 +0100 +++ b/src/memory/persistent.py Fri Jan 18 17:55:34 2013 +0100 @@ -74,7 +74,7 @@ def __cmp__(self, other): return self._cache.__cmp__(other) - + def __hash__(self): return self._cache.__hash__() @@ -117,7 +117,7 @@ class PersistentBinaryDict(PersistentDict): """Persistent dict where value can be any python data (instead of string only)""" - + def load(self): """load persistent data from storage """