diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-24 10:40:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:43:48 +0100 |
commit | 6bb173399857b641c465cc5460112b6331fc55be (patch) | |
tree | 50c92592efe3cc399c90ff5e16e6a516eadac9b8 /archaeological_operations/views.py | |
parent | 6f59b9e36a0971b3deb44562062a878eb26beedf (diff) | |
download | Ishtar-6bb173399857b641c465cc5460112b6331fc55be.tar.bz2 Ishtar-6bb173399857b641c465cc5460112b6331fc55be.zip |
⚰️ remove old "operations" utils not used anymore - parse_parcel is moved to ishtar_common
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 270411bfd..eccf0e0b6 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -28,8 +28,7 @@ from django.http import HttpResponse, HttpResponseRedirect, Http404 from django.shortcuts import render, redirect from django.urls import reverse from django.views.generic import RedirectView -from ishtar_common.utils import ugettext_lazy as _, pgettext_lazy -from archaeological_operations.utils import parse_parcels +from ishtar_common.utils import ugettext_lazy as _, pgettext_lazy, parse_parcels from django.forms import ValidationError from archaeological_operations import models |