projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d224d
)
Fix missing initialization.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Jun 2008 23:25:29 +0000
(23:25 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Jun 2008 23:25:29 +0000
(23:25 -0000)
svn path=/main/trunk/; revision=10626
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index fd28a670530dd774ad062849c2b15267ab32ed2d..12dbd5f1406e3cc9ebfaabffd793a1e505e7366e 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-588,6
+588,7
@@
class vardbapi(dbapi):
return self._aux_cache_obj
def _aux_cache_init(self):
+ aux_cache = None
try:
f = open(self._aux_cache_filename)
mypickle = cPickle.Unpickler(f)