~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to src/dispatch_handler.py

  • Committer: mattgiuca
  • Date: 2007-12-11 23:48:20 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:34
Added src/setup.py which interactively configures conf/conf.py to settings
specific to the machine.
This is so that conf/conf.py does not have to reside in the repository.
To this end, removed conf/conf.py. Run setup.py to create this (required)
file.

src/dispatch_handler.py: Fix comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
def handler(req):
38
38
    # A nasty hack :(
39
 
    # The 
 
39
    # The Apache httpd.conf needs to specify ivle.handlerpath as an option
 
40
    # (see README).
40
41
 
41
42
    try:
42
43
        handlerpath = req.get_options()['ivle.handlerpath']