~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to test/unit/proxy/controllers/test_base.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-08-13 10:37:13 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130813103713-1ctbx4zifyljs2aq
Tags: 1.9.1-0ubuntu1
[ James Page ]
* d/control: Update VCS fields for new branch locations.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    Controller
22
22
from swift.common.swob import Request
23
23
from swift.common.utils import split_path
24
 
import swift.proxy.controllers.base
25
 
from test.unit import FakeLogger, fake_http_connect, FakeRing, FakeMemcache
 
24
from test.unit import fake_http_connect, FakeRing, FakeMemcache
26
25
from swift.proxy import server as proxy_server
27
26
 
 
27
 
28
28
FakeResponse_status_int = 201
29
29
 
 
30
 
30
31
class FakeResponse(object):
31
32
    def __init__(self, headers, env, account, container):
32
33
        self.headers = headers