diff options
Diffstat (limited to 'patchwork/tests/test_encodings.py')
-rw-r--r-- | patchwork/tests/test_encodings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/tests/test_encodings.py b/patchwork/tests/test_encodings.py index fd49578..fe094d5 100644 --- a/patchwork/tests/test_encodings.py +++ b/patchwork/tests/test_encodings.py @@ -16,9 +16,9 @@ # along with Patchwork; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -from django.core.urlresolvers import reverse from django.test import TestCase +from patchwork.compat import reverse from patchwork.tests.utils import create_person from patchwork.tests.utils import create_patch from patchwork.tests.utils import read_patch |