Previously Jonathan Vanasco wrote:
> 
> i'm not sure if this is the same...
> 
> i often do stuff like this:
> 
> 
> class coreObjectController:
> def do_stuff():
>   Session.query( self.model_object ).blach
> def do_more():
>   pass
> 
> class aCrontroller( coreObjectController ):
>    self. model_object = class_a
> 
> class bCrontroller( coreObjectController ):
>    self. model_object = class_b

I don't see what the link between this and my suggestion I'm afraid.

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to