diff options
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 8e1a14ed4..353716ed2 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -26,9 +26,9 @@ from django.apps import apps from django.conf import settings from django.contrib.auth.models import Permission from django.core.exceptions import ValidationError, ImproperlyConfigured -from django.core.urlresolvers import reverse from django.test import tag from django.test.client import Client +from django.urls import reverse from django.utils.translation import pgettext_lazy from ishtar_common.models import ( |