summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/dbapi/vartree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index fd28a6705..12dbd5f14 100644
--- 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)