On Dec 27, 2011, at 12:18 PM, Chris Withers wrote:

> 
>> # alternates to the "default":
>> 
>> helper.bases.generic_base = Base()
> 
> ....but this doesn't solve my use case of having a base shared across 
> multiple packages, only some of which may be installed, and some of which may 
> be third party.

why not ?    the "helper" here is just a namespace.   are you referring to 
being able to get at the namespace from 3rd parties without any interaction?   
OK so you do some kind of magic global lookup thing, maybe with entrypoints, 
but that's not really what I'm talking about here.

> 
> Yep: http://packages.python.org/mortar_rdb/api.html#mortar_rdb.getSession
> 
> ...just register each ression with a different name.

what's with the camelCase + getter/setter thing?    



-- 
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