~notmyname/swift/deslogging

« back to all changes in this revision

Viewing changes to swift/container/server.py

  • Committer: John Dickinson
  • Date: 2011-06-15 19:05:28 UTC
  • mfrom: (308.2.5 swift)
  • Revision ID: john.dickinson@rackspace.com-20110615190528-kyw45xq6bvpzs8t6
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
            container_list = '\n'.join(r[0] for r in container_list) + '\n'
335
335
        ret = Response(body=container_list, request=req, headers=resp_headers)
336
336
        ret.content_type = out_content_type
337
 
        ret.charset = 'utf8'
 
337
        ret.charset = 'utf-8'
338
338
        return ret
339
339
 
340
340
    def REPLICATE(self, req):