diff options
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r-- | archaeological_finds/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index 0949972b3..3fd7d56e2 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -33,9 +33,9 @@ from django.contrib.auth.models import User, Permission, ContentType from django.contrib.gis.geos import GEOSGeometry from django.core.files import File from django.core.files.uploadedfile import SimpleUploadedFile -from django.core.urlresolvers import reverse from django.test import tag from django.test.client import Client +from django.urls import reverse from ishtar_common.models import ( ImporterType, IshtarUser, |