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

« back to all changes in this revision

Viewing changes to www/apps/server/__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:
31
31
import os
32
32
import mimetypes
33
33
 
34
 
serveservice_path = "/opt/ivle/scripts/serveservice"
35
 
interpretservice_path = "/opt/ivle/scripts/interpretservice"
 
34
serveservice_path = "/opt/ivle/services/serveservice"
 
35
interpretservice_path = "/opt/ivle/services/interpretservice"
36
36
 
37
37
# Serve all files as application/octet-stream so the browser presents them as
38
38
# a download.