On 01/03/2011 19:26, Victor Fernandez de Alba wrote:
@view_config( .... )
class myViewClass():
...


@view_config( .... )
class myOtherView(myViewClass):
....

I've workarround it by using more generic meta-classes but it should work, 
isn't it?

I do this too, but I only experienced the problem when a view class was imported into another module...

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk

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

Reply via email to