diff options
author | Chmouel Boudjnah <chmouel@chmouel.com> | 2012-05-21 12:49:21 +0200 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@chmouel.com> | 2012-05-21 12:51:54 +0200 |
commit | deff7eca1c5f2192eaf1b95aa5d03bab42f99576 (patch) | |
tree | ab20ee190c99574ee489be2aef0ffe7d6a8f9672 /tests/test_swiftclient.py | |
parent | 09c484d1b02f0d02cbe6db8ad2d8aa7ded5aa234 (diff) | |
download | python-swiftclient-deff7eca1c5f2192eaf1b95aa5d03bab42f99576.tar.gz |
Adding fake_http_connect to test.utils.
- Copy fake_http_connect function from swift repository.
Diffstat (limited to 'tests/test_swiftclient.py')
-rw-r--r-- | tests/test_swiftclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_swiftclient.py b/tests/test_swiftclient.py index c6452c8..bef08c1 100644 --- a/tests/test_swiftclient.py +++ b/tests/test_swiftclient.py @@ -19,7 +19,7 @@ import unittest from urlparse import urlparse # TODO: mock http connection class with more control over headers -from test.unit.proxy.test_server import fake_http_connect +from utils import fake_http_connect from swiftclient import client as c |