bitbake/lib/bb/data_smart.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 16 Apr 2006 21:11:16 +0000 (21:11 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 16 Apr 2006 21:11:16 +0000 (21:11 +0000)
commita4650e5706d6bdd534262693e0b9258efd867895
tree5ca7077210e611841f16761f51b99107879fc833
parentefe9309e8dfd0df68ac1d554233b74e189a5d7cd
bitbake/lib/bb/data_smart.py:
    My first failed attempt to create something compatible
    with a Dictionary with COW/parenting features

    Use this new class for the Override Helpers

bitbake/lib/bb/data.py:
    Update to the new data structure, it can't be treated
    as a dict, it is not a dict.
    We will use keys() (O(n)) and get
lib/bb/data.py
lib/bb/data_smart.py