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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/service.py

  • Committer: William Grant
  • Date: 2009-05-26 04:36:33 UTC
  • Revision ID: grantw@unimelb.edu.au-20090526043633-t15efl2cx24l5n6t
Kill ivle.console's dependency on ivle.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        jail_path = os.path.join(req.config['paths']['jails']['mounts'],
88
88
                                 req.user.login)
89
89
        working_dir = os.path.join("/home", req.user.login)
90
 
        cons = ivle.console.Console(req.user.unixid, jail_path, working_dir)
 
90
        cons = ivle.console.Console(req.config, req.user.unixid, jail_path,
 
91
                                    working_dir)
91
92
 
92
93
        # Parse the file into a exercise object using the test suite
93
94
        exercise_obj = ivle.webapp.tutorial.test.parse_exercise_file(