diff options
| author | James Cunningham <jtcunning@getsentry.com> | 2016-08-22 10:58:29 -0700 |
|---|---|---|
| committer | James Cunningham <jtcunning@getsentry.com> | 2016-08-22 10:58:29 -0700 |
| commit | 06d607001523bdc6390acfa9f68f4d0d02c02228 (patch) | |
| tree | e183dbe2885f599e503b8786c48647c09f7d3469 | |
| parent | 71271c88b115dc568e7d84b2ae38a80364457c37 (diff) | |
| download | raven-closingiterator-rebase.tar.gz | |
Switch test to vendorized too.closingiterator-rebase
| -rw-r--r-- | tests/middleware/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/middleware/tests.py b/tests/middleware/tests.py index d81a927..58a0680 100644 --- a/tests/middleware/tests.py +++ b/tests/middleware/tests.py @@ -3,7 +3,7 @@ from __future__ import with_statement import logging import webob from exam import fixture -from six import Iterator +from raven._compat import Iterator from raven.utils.testutils import TestCase from raven.base import Client |
