bitbake/lib/bb/data_smart.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 21 May 2005 13:53:38 +0000 (13:53 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 21 May 2005 13:53:38 +0000 (13:53 +0000)
commit8f9a755afae17c950c8478fe1fbfe18c6c153a0b
tree0a359003a103fae8a3bb8e939dfd697156b529e8
parent8d02dd8b56152eef07c375a511b78a87bfadad89
bitbake/lib/bb/data_smart.py:
        -Do a deepcopy of the parent for the persistent
         data storage constructor.
        -Store the dict as _data member and not the instance
        -Operate on the dict in the methods instead of the
         DataSmart instances...

        Happy deletion of the cache
lib/bb/data_smart.py