On Feb 23, 2009, at 10:58 AM, Chris Curvey wrote:

> I put the setup_all in load_environment (in environment.py), and that
> seemed to do no harm.  But I can't find a method called setup_config
> anywhere.

websetup's setup_config changed to setup_app in 0.9.7.

def setup_config(command, filename, section, vars)
-->
def setup_app(command, conf, vars):

Either one will work, regardless of version

--
Philip Jenvey


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to