On Tue, Jan 24, 2006, Max Ischenko wrote: >> >> On Tue, Jan 24, 2006 at 12:16:17PM +0200, Max Ischenko wrote: >> > class ResourceMixin(object): >> > __metaclass__ = ResourceMixinMeta >> >> Must be an SQLObject: >> >> class ResourceMixin(SQLObject): >> ...
Shouldn't that be? class ResourceMixin(InheritableSQLObject): >Unfortunately that doesnât work. > ... Bill -- INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 ``If you make yourselves sheep, the wolves will eat you'' -- Benjamin Franklin ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
