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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/serve/__init__.py

  • Committer: William Grant
  • Date: 2009-05-14 23:02:31 UTC
  • Revision ID: grantw@unimelb.edu.au-20090514230231-r1bhknfxmkf5o44i
Unbreak serve - it was depending on the old names of a module.

This was missed because the .pyc was left around on dev systems...

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
            args.append(path)
101
101
 
102
102
        (out, err) = interpret.execute_raw(owner, jail, '/home',
103
 
                    os.path.join('/usr/local/share/ivle',
 
103
                    os.path.join(req.config['paths']['share'],
104
104
                                 'services/serveservice'),
105
105
                    args)
106
106
        assert not err