]> git.parisson.com Git - timeside.git/commit
add new core:
authorOlivier Guilyardi <olivier@samalyse.com>
Thu, 26 Nov 2009 19:48:05 +0000 (19:48 +0000)
committerOlivier Guilyardi <olivier@samalyse.com>
Thu, 26 Nov 2009 19:48:05 +0000 (19:48 +0000)
commit28695c4e8f36e1fa828e225d96449beb750ed088
tree5e6a1f6a10915ef505bd5bf87dbdd6244cf5df70
parent7e30f217aaed9435e693785cb0cd5282e6a6c39a
add new core:
- less intrusive component/interface mechanism
- no need for a component manager
- one can create several instances of a component (no singleton)
- component constructors do not need component manager anymore
- unit test included
newcore.py [new file with mode: 0644]
tests/testnewcore.py [new file with mode: 0644]