Dolda2000 GitWeb
/
didex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b080a59
)
Fixed cache bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 20 Mar 2015 05:13:01 +0000
(06:13 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 20 Mar 2015 05:13:01 +0000
(06:13 +0100)
didex/cache.py
patch
|
blob
|
blame
|
history
diff --git
a/didex/cache.py
b/didex/cache.py
index
76742aa
..
a47f7dd
100644
(file)
--- a/
didex/cache.py
+++ b/
didex/cache.py
@@
-27,6
+27,7
@@
class entry(object):
self.p = None
self.n = c.mru
c.mru.p = self
+ c.mru = self
def remove(self, c):
if self.n is not None: