[reportlab-users] PythonPoint styles "search path" extended

Andy Robinson reportlab-users@reportlab.com
Wed, 30 Oct 2002 09:46:55 -0000


> def getModule(modulename,fromPath='reportlab.tools.pythonpoint.styles'):
>      """Get a module containing style declarations.
> 
>      Search order is:
>          reportlab/tools/pythonpoint/
>          reportlab/tools/pythonpoint/styles/
>          ./
>      """
Good move, thanks!

- Andy