cola.models: Add a 'base' module and BaseModel class
commit639f6c37d2aa501b6fca7114a2ee070e3c9e33e2
authorDavid Aguilar <davvid@gmail.com>
Fri, 11 Sep 2009 10:01:47 +0000 (11 03:01 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 11 Sep 2009 10:02:41 +0000 (11 03:02 -0700)
tree698795ba3c776ccdedf39ed5c87b5165b5ca39d5
parentffdf9c636e0524c323ccb7dd5990aba5a8f3622c
cola.models: Add a 'base' module and BaseModel class

This is the first step in a refactoring to eliminate the
cola.model module.

Signed-off-by: <davvid@gmail.com>
cola/models/base.py [new file with mode: 0644]
cola/models/observable.py
share/doc/git-cola/models/base.rst [new file with mode: 0644]
share/doc/git-cola/models/index.rst
test/helper.py
test/test_cola_imports.py
test/test_cola_model.py