The directory __lib__ directly under the document root has a special meaning. It is automatically added to Python's search path so that modules in this directory can be imported directly by Python code in the handlers and templates. Note that this directory is private because it starts with a pair of underscores.