#457: Catwalk can't handle InheritableSQLObject classes with mixins
--------------------------+-------------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Toolbox | Version:
Severity: normal | Resolution:
Keywords: [PATCH] |
--------------------------+-------------------------------------------------
Comment (by droggisch):
Still not working... the patch could even be more simple:
Make
{{{
return 'sqlobject.inheritance.InheritableSQLObject' in '%s'% obj.__bases__
}}}
look like this:
{{{
return 'sqlobject.inheritance.InheritableSQLObject' in '%s'%
(obj.__bases__,)
}}}
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/457>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---