Hi, I got a question about controllers inheriting from object class.
RootController inherits from "BaseController". And ideally all other controllers should inherit from "Controller" as per docs. But there is no any such class directly available. Moreover I saw 'ErrorController' inheriting from 'object'. 1. How does it makes a difference if custom controller also inherits from "BaseController" ? 2. Could some one shed some light, how this thing works ? Thanks, Gaurav Nanda -- You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en.

