diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-20 08:32:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-20 08:32:37 -0400 |
| commit | ff8cb449ddedb02abd97e35d1125bd0dc2653d9b (patch) | |
| tree | 544dc1b9215c17acccdb11177a6112e48b260b03 /tests/test_util.py | |
| parent | 8863b55f90a59a7f1614e8144deb424846abeb7f (diff) | |
| download | webob-ff8cb449ddedb02abd97e35d1125bd0dc2653d9b.tar.gz | |
use direct imports, kill dead imports
Diffstat (limited to 'tests/test_util.py')
| -rw-r--r-- | tests/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index b60715a..d8878fa 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,5 +1,5 @@ import unittest -from webob import Response +from webob.response import Response class Test_warn_deprecation(unittest.TestCase): def setUp(self): |
