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

« back to all changes in this revision

Viewing changes to www/common/util.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
 
40
40
def make_local_path(path):
41
41
    """Given a path relative to the IVLE root, on the local file system, makes
42
 
    the path relative to the root using conf.ivlepath. This path can be used
43
 
    in reading files from the local file system."""
44
 
    return os.path.join(conf.ivlepath, path)
 
42
    the path relative to the root using conf.ivle_install_dir. This path can
 
43
    be used in reading files from the local file system."""
 
44
    return os.path.join(conf.ivle_install_dir, 'www', path)
45
45
 
46
46
def unmake_path(path):
47
47
    """Given a path relative to the site root, makes the path relative to the