The Path option changes the sys.path inside a servlet
page.
The sys.path is: the default python path + path +
dirname(servlet directory)
If you aren't familiar with python's sys.path, it's the list of
directories that python (or PSE in this case) will look for modules
and files for import statements.