summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 83a85b322..601dba6ed 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -7068,6 +7068,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)