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

« back to all changes in this revision

Viewing changes to ivle/fileservice_lib/__init__.py

  • Committer: William Grant
  • Date: 2009-01-22 04:02:36 UTC
  • mfrom: (1089)
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: grantw@unimelb.edu.au-20090122040236-nm0lby0aymmzk5d7
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        try:
123
123
            action.handle_action(req, act, fields)
124
124
        except action.ActionError, message:
125
 
            req.headers_out['X-IVLE-Action-Error'] = \
126
 
                urllib.quote(str(message))
 
125
            req.headers_out['X-IVLE-Action-Error'] = urllib.quote(str(message))
127
126
 
128
127
    return_type = fields.getfirst('return')
129
128
    listing.handle_return(req, return_type == "contents")