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

« back to all changes in this revision

Viewing changes to www/apps/svnlog/__init__.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:
36
36
    interpreter = common.interpret.interpreter_objects["cgi-python"]
37
37
    jail_dir = os.path.join(conf.jail_base, req.user.login)
38
38
    common.interpret.interpret_file(req, req.user.login, jail_dir,
39
 
          '/opt/ivle/scripts/svnlogservice', interpreter)
 
39
          '/opt/ivle/services/svnlogservice', interpreter)
40
40