~notmyname/swift/deslogging

« back to all changes in this revision

Viewing changes to swift/account/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:
244
244
            account_list = '\n'.join(r[0] for r in account_list) + '\n'
245
245
        ret = Response(body=account_list, request=req, headers=resp_headers)
246
246
        ret.content_type = out_content_type
247
 
        ret.charset = 'utf8'
 
247
        ret.charset = 'utf-8'
248
248
        return ret
249
249
 
250
250
    def REPLICATE(self, req):