In <project>.config.middleware.py the first call in make_app() is the
following:

config = load_environment(global_conf, app_conf)

And in <project>.config.environment.py in the load_environment() function
there are a number of calls to setup the config object and
other miscellany and finally the call to init_model(engine).  I cannot find
any thing importing meta or Session in either middleware.py or
environment.py.  The first case of importing the Session (other than in
init_model) is in <project>.lib.base.py which I am assuming is further down
the stack from the others.

I am probably overlooking something somewhere.

On 22 November 2010 17:10, cd34 <[email protected]> wrote:

> is model.meta.py imported somewhere prior to model.__init__.py?
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<pylons-discuss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to