aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/properties.py
Commit message (Collapse)AuthorAgeFilesLines
* Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-021-18/+77
| | | | | | | | 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 ;).
* Added libbe/properties to make property management easier.W. Trevor King2008-11-281-0/+418
libbe/bug has been moved over to the new system. comment and bugdir still to go.