On 6/30/07, Norbert Nemec <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel