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

« back to all changes in this revision

Viewing changes to lib/common/console.py

  • Committer: matt.giuca
  • Date: 2009-01-12 00:33:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1072
Renamed scripts to services.
Updated all references (we hope). :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
trampoline_path = os.path.join(conf.ivle_install_dir, "bin/trampoline")
40
40
# Inside Jail
41
41
python_path = "/usr/bin/python"
42
 
console_dir = "/opt/ivle/scripts"
43
 
console_path = "/opt/ivle/scripts/python-console"
 
42
console_dir = "/opt/ivle/services"
 
43
console_path = "/opt/ivle/services/python-console"
44
44
 
45
45
class ConsoleError(Exception):
46
46
    """ The console failed in some way. This is bad. """