diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-21 23:40:09 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-21 23:40:09 -0400 |
| commit | 3022c85654c7a60b14e77c7c3e112130ab159e00 (patch) | |
| tree | 6ccd40221f08870333c913f1a0760d9901d5f77e /tests/test_response.py | |
| parent | 526e74268c4a61e2d96990be80c398a62ad7d970 (diff) | |
| download | webob-3022c85654c7a60b14e77c7c3e112130ab159e00.tar.gz | |
md5 doesnt need a compat import
Diffstat (limited to 'tests/test_response.py')
| -rw-r--r-- | tests/test_response.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_response.py b/tests/test_response.py index a8c2087..e51f622 100644 --- a/tests/test_response.py +++ b/tests/test_response.py @@ -1,12 +1,12 @@ import zlib import io +from hashlib import md5 from nose.tools import eq_, ok_, assert_raises from webob.request import BaseRequest from webob.request import Request from webob.response import Response -from webob.compat import md5 from webob.compat import text_ from webob.compat import bytes_ |
