How does the example servlet Colors.py know where to find the ExamplePage class?
"from ExamplePage import ExamplePage"
Where does this directory get added to the Python path?
What is the recommended method for doing this myself?
Put everything for a site/context in the lib directory?
|