# HG changeset patch # User Paul Boddie # Date 1319493422 -7200 # Node ID 7bc0a55652d132ae9f20e26f8f0c6ac584769c48 # Parent 1f2350a0b007a0a7a75ea487c0f23f3257b5490b Updated copyright details; added comment. diff -r 1f2350a0b007 -r 7bc0a55652d1 micropython/table.py --- a/micropython/table.py Fri Oct 21 01:00:39 2011 +0200 +++ b/micropython/table.py Mon Oct 24 23:57:02 2011 +0200 @@ -3,7 +3,7 @@ """ Preparation of run-time attribute lookup tables. -Copyright (C) 2007, 2008, 2009, 2010 Paul Boddie +Copyright (C) 2007, 2008, 2009, 2010, 2011 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -213,6 +213,9 @@ self.names = [] self.displaced_list = None self.raw = None + + # Caches. + self.all_cache = {} self.any_cache = {}