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

« back to all changes in this revision

Viewing changes to ivle/interpret.py

  • Committer: William Grant
  • Date: 2009-05-26 04:06:33 UTC
  • Revision ID: grantw@unimelb.edu.au-20090526040633-m1a2sya7ig3o9arl
Move ivle.conf.ivle_version to ivle.__version__.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
 
414
414
    # SERVER_SOFTWARE is actually not Apache but IVLE, since we are
415
415
    # custom-making the CGI request.
416
 
    env['SERVER_SOFTWARE'] = "IVLE/" + str(ivle.conf.ivle_version)
 
416
    env['SERVER_SOFTWARE'] = "IVLE/" + ivle.__version__
417
417
 
418
418
    # Additional environment variables
419
419
    username = split_path(req.path)[0]