On Thursday 26 July 2007 10:30:34 am Ted Drain wrote: > Darren, > Well it wasn't one of your questions but... > > Why do you need an api file at all? Why not have config be a python > package and let config/__init__.py take care of importing > everything? The __init__ file of a package is responsible for > configuring the api of a package so it seems redundent to have > another filed named api. Good suggestion. I was emulating the way traits and IPython1 are doing it, but probably __init__ is better and cleaner.