|
From: John H. <jd...@gm...> - 2007-06-30 22:38:32
|
On 6/30/07, Norbert Nemec <Nor...@gm...> wrote: > Hi there, > > I just checked in some major reorganization work in __init__.py > > The main intention was to move the list of option defaults to a separate > file 'rcdefaults.py' that could be imported from setup.py to access the > settings with minimal dependencies on the remaining code. I haven't tested this but I did take a brief look at it and I think your cleaning and organizing is useful. I think we have a naming problem though -- this __init__ module defines an rcdefaults function, which is likely to cause confusion with the new rcdefaults module. Eg, from matplotlib import rcdefaults will be ambiguous. You may want to consider a new name. DH |