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

« back to all changes in this revision

Viewing changes to www/dispatch_handler.py

  • Committer: mattgiuca
  • Date: 2007-12-20 22:41:14 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:105
Removed all use of ivlepath variable. It is no longer set.
Instead, use ivle_install_dir which is taken from the admin-setup
configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
            sys.path.append(handlerpath)
46
46
        import dispatch
47
47
        import conf
48
 
        conf.ivlepath = handlerpath
49
48
        return dispatch.handler(req)
50
49
    except KeyError:
51
50
        # Note: "Internal Server Error" if "ivle.handlerpath" is not set