From: Zac Medico Date: Sun, 26 Feb 2006 05:35:07 +0000 (-0000) Subject: Make complete_eclass_entries variable name consistent so that classes derived from... X-Git-Tag: v2.1_pre6~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5857c54eaeea20a598eee20e13c009d76f53202a;p=portage.git 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 --- 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