Added decorator-style properties to bugdir. Created settings_object module.
authorW. Trevor King <wking@drexel.edu>
Tue, 2 Dec 2008 15:14:06 +0000 (10:14 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 2 Dec 2008 15:14:06 +0000 (10:14 -0500)
commit6a94d050bbd72b3812fd7cb05445a66484103214
tree55e8a3cd1d605132ccca46c3c5155e94ae0a6336
parenta98aafc8572bb826a0fda1b6bca0011fc4ef126a
Added decorator-style properties to bugdir.  Created settings_object module.

settings_object.SavedSettingsObject encapsulates some of the common
settings functionality in the BE BugDir, Bug, and Comment classes.
It's a bit awkward due to the nature of scoping in python subclasses,
but it's better than reproducing this code in each of the above classes.
Now I need to move Bug and Comment over to *this* system ;).
becommands/set.py
libbe/bug.py
libbe/bugdir.py
libbe/comment.py
libbe/properties.py
libbe/settings_object.py [new file with mode: 0644]