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

« back to all changes in this revision

Viewing changes to www/apps/fileservice/action.py

  • Committer: mattgiuca
  • Date: 2008-01-10 05:31:49 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:163
fileservice: listing, action: Removed unnecessary includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
import os
98
98
import shutil
99
 
import stat
100
 
import time
101
 
import mimetypes
102
99
 
103
100
import pysvn
104
101
 
105
102
from common import (util, studpath)
106
 
import conf.mimetypes
107
103
 
108
104
DEFAULT_LOGMESSAGE = "No log message supplied."
109
105
 
110
 
# Make a Subversion client object
111
 
svnclient = pysvn.Client()
112
 
 
113
106
# Mime types
114
107
# application/json is the "best" content type but is not good for
115
108
# debugging because Firefox just tries to download it