> I think the setup_* methods in AppConfig should not overwrite > render_functions that are already set.
That makes sense. Though I don't think they will setup an app if it's not in the base_config.renderers list, right. So if you set: base_config.renderers = [] base_config.render_functions.genshi = my_renderer_for_genshi it should work but that's weird, non-intuitive and ugly. I agree with you that we should check the render functions before adding them. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

