cola.model: Remove more magic
commit0b0b0db2965485b56a9c275894be432bf08dc908
authorDavid Aguilar <davvid@gmail.com>
Fri, 21 Aug 2009 08:12:06 +0000 (21 01:12 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 21 Aug 2009 08:46:15 +0000 (21 01:46 -0700)
treeeff43d2190a5844b517e129b223d8c79dbdb2e54
parent7e6ebf79a503f7fe1ede5c68d104bfce48800707
cola.model: Remove more magic

cola.model previously provided closures over attributes for calling
getattr(self, 'x') as self.get_x().  This is unused so remove it.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/model.py
test/test_cola_model.py