summaryrefslogtreecommitdiff
path: root/tests/processors
diff options
context:
space:
mode:
authorXavier Ordoquy <xordoquy@linovia.com>2013-03-28 20:24:14 +0100
committerXavier Ordoquy <xordoquy@linovia.com>2013-03-28 20:24:14 +0100
commit7eaf78a30c69c9c536f2ae4c4d7d3b5fab2bd945 (patch)
treea9c936de547834edb088f59b916cc7c080112e98 /tests/processors
parenta5c552c39dc66d36721f8b7f81df45ef38944208 (diff)
downloadraven-7eaf78a30c69c9c536f2ae4c4d7d3b5fab2bd945.tar.gz
Use compat's TestCase
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 f641e71..7e9a3c7 100644
--- a/tests/processors/tests.py
+++ b/tests/processors/tests.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from mock import Mock
-from unittest2 import TestCase
+from raven.utils.compat import TestCase
from raven.processors import SanitizePasswordsProcessor, RemovePostDataProcessor, \
RemoveStackLocalsProcessor