~gholt/swift/largefiles

« back to all changes in this revision

Viewing changes to swift/account/server.py

  • Committer: gholt
  • Date: 2010-09-16 20:36:28 UTC
  • mfrom: (70.2.6 swift)
  • Revision ID: gholt@rackspace.com-20100916203628-nc7gckb3ezigij8k
Merged changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
            self.logger.info(log_message)
329
329
        return res(env, start_response)
330
330
 
 
331
 
331
332
def app_factory(global_conf, **local_conf):
332
333
    """paste.deploy app factory for creating WSGI account server apps"""
333
334
    conf = global_conf.copy()