summaryrefslogtreecommitdiffstats
path: root/pym/cache
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-02-26 05:35:07 +0000
committerZac Medico <zmedico@gentoo.org>2006-02-26 05:35:07 +0000
commit5857c54eaeea20a598eee20e13c009d76f53202a (patch)
treed3f8720d55911262329bbd4e9df4105ecf43a412 /pym/cache
parent73d80d77a7fe23416bade991c90d7bcde630259a (diff)
downloadportage-5857c54eaeea20a598eee20e13c009d76f53202a.tar.gz
portage-5857c54eaeea20a598eee20e13c009d76f53202a.tar.bz2
portage-5857c54eaeea20a598eee20e13c009d76f53202a.zip
Make complete_eclass_entries variable name consistent so that classes derived from cache.template.database are compatible with the mirror_cache() function in the cache.util module.
svn path=/main/trunk/; revision=2785
Diffstat (limited to 'pym/cache')
-rw-r--r--pym/cache/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/cache/template.py b/pym/cache/template.py
index f9c613b50..097ebed8d 100644
--- a/pym/cache/template.py
+++ b/pym/cache/template.py
@@ -11,7 +11,7 @@ class database(object):
# basically flags the cache needs be updated when transfered cache to cache.
# leave this.
- complete_eclass_entries_ = True
+ complete_eclass_entries = True
autocommits = False
cleanse_keys = False
serialize_eclasses = True