summaryrefslogtreecommitdiff
path: root/tests/processors
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2013-05-17 11:10:37 -0700
committerDavid Cramer <dcramer@gmail.com>2013-05-17 11:10:37 -0700
commit3a57e6db4b499432888a58cadfad4bbdfd21cfb3 (patch)
treeeaf3e2d35b92582ddb45da5ca1ffcc2a638b2e41 /tests/processors
parent98baf315c894f34aa6de56ef7f336bfec83e3764 (diff)
downloadraven-3a57e6db4b499432888a58cadfad4bbdfd21cfb3.tar.gz
Move TestCase into raven.utils.testutils
Diffstat (limited to 'tests/processors')
-rw-r--r--tests/processors/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/processors/tests.py b/tests/processors/tests.py
index 7e9a3c7..2f3da8a 100644
--- a/tests/processors/tests.py
+++ b/tests/processors/tests.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from mock import Mock
-from raven.utils.compat import TestCase
+from raven.utils.testutils import TestCase
from raven.processors import SanitizePasswordsProcessor, RemovePostDataProcessor, \
RemoveStackLocalsProcessor