>>> Also, tell folks the names of start/stop timing properties >>> seems odd. Maybe we need to pass some pre-dictionaries of terms or >>> something. >> >> I don't know what you're referring to here... > > class Dynagumper(AbstractPlugin): > """ <snip/> > startdate = getattr(project, self.startdate_property_name) > <---- > enddate = getattr(project, self.enddate_property_name) > name = project.name > > What were you trying to achieve with this? If we start passing property > names into component we'll blow past 5 like yesterday...
That is absolutely horrific! I deserve a spanking for committing it. No idea what I was trying to do. Probably just experimenting a little... :-D Cheers! - Leo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
