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

« back to all changes in this revision

Viewing changes to www/apps/debuginfo/__init__.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:
39
39
    req.write("<h2>IVLE Debug Information</h2>\n")
40
40
 
41
41
    print_table(req, "System Constants", [
42
 
        ("ivlepath", conf.ivlepath),
 
42
        ("ivle_install_dir", conf.ivle_install_dir),
43
43
        ("root_dir", conf.root_dir),
44
44
        ("student_dir", conf.student_dir),
45
45
        ("default_app", conf.default_app),