p wrote: > > 4. Finally, why the heck is everything stuffed into an init file? > ewwwww. :-) >
Agreed. I'm new to python (so that's probably the right thing) but the first time I looked at TG source code I wondered why __init__.py files contains so many thing instead of exposing only the package things people need to import, I like how CatWalk does this for example: http://trac.turbogears.org/turbogears/browser/trunk/turbogears/catwalk/ Anyway I'm sure there is a good reason for this. Ciao Michele

