From 5857c54eaeea20a598eee20e13c009d76f53202a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 26 Feb 2006 05:35:07 +0000 Subject: 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 --- pym/cache/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/cache/template.py') 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 -- cgit v1.2.3-1-g7c22