From 6ab1a5b5c2d46e4e589631b4db2a4948008c6e23 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 9 Jun 2008 23:25:29 +0000 Subject: Fix missing initialization. svn path=/main/trunk/; revision=10626 --- pym/portage/dbapi/vartree.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') 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) -- cgit v1.2.3-1-g7c22