> 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