Geoffrey, "GT" == Geoffrey Talvola wrote:
GT> You can modify sys.path in an __init__.py in your context directory: GT> import sys GT> sys.path.insert(0, '/foo/bar') GT> This is guaranteed to be imported before any of the servlets or PSPs GT> in the directory. Thanks! That worked. -- Andrey V Khavryuchenko http://www.kds.com.ua/ Offshore Software Development _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
