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

« back to all changes in this revision

Viewing changes to lib/fileservice_lib/listing.py

  • Committer: drtomc
  • Date: 2008-02-06 20:57:38 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:435
setup.py: Fix a couple of jail config glitches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
    (user, path) = studpath.url_to_local(req.path)
135
135
 
 
136
    print req.path, user, path
136
137
    # FIXME: What to do about req.path == ""?
137
138
    # Currently goes to 403 Forbidden.
138
139
    if path is None: