1.1 --- a/examples/BaseHTTPRequestHandler/CandidateApp.py Sat Mar 04 18:51:00 2006 +0000
1.2 +++ b/examples/BaseHTTPRequestHandler/CandidateApp.py Sat Mar 04 18:51:54 2006 +0000
1.3 @@ -5,8 +5,10 @@
1.4
1.5 # Get a simple Web site.
1.6 # NOTE: Change the filesystem encoding if appropriate.
1.7 +# Use the current working directory so that the installed package can still run
1.8 +# the demo.
1.9
1.10 -resource = Candidate.get_site("iso-8859-15")
1.11 +resource = Candidate.get_site("iso-8859-15", use_cwd=1)
1.12
1.13 # Special magic incantation.
1.14