On 11/5/05, modmans2ndcoming <[EMAIL PROTECTED]> wrote: > > Can I as why Root is inheriting from itself?
from turbogears import controllers
class Root(controllers.Root):
pass
There was actually a proposal to change the name to RootController,
which I think I'll do because it's a bit clearer.
turbogears.controllers.Root is used to help find the root of applications.
Kevin

