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

« back to all changes in this revision

Viewing changes to www/apps/server/__init__.py

  • Committer: mattgiuca
  • Date: 2008-01-08 22:03:21 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:130
server: Imports os module correctly (needed by serve_file_directly).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import conf
29
29
import conf.app.server
30
30
 
 
31
import os
31
32
import mimetypes
32
33
 
33
34
def handle(req):