aboutsummaryrefslogtreecommitdiff
path: root/patchwork/tests/test_mboxviews.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/test_mboxviews.py')
-rw-r--r--patchwork/tests/test_mboxviews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/tests/test_mboxviews.py b/patchwork/tests/test_mboxviews.py
index 31c3b85..0dc4abb 100644
--- a/patchwork/tests/test_mboxviews.py
+++ b/patchwork/tests/test_mboxviews.py
@@ -24,9 +24,9 @@ import dateutil.parser
import dateutil.tz
import email
-from django.core.urlresolvers import reverse
from django.test import TestCase
+from patchwork.compat import reverse
from patchwork.tests.utils import create_comment
from patchwork.tests.utils import create_patch
from patchwork.tests.utils import create_project