remove editor.utils because nearly nothing in it was used

This commit is contained in:
Laura Klünder 2017-11-30 15:52:02 +01:00
parent af93cd2aa2
commit 1f80f2daa6
5 changed files with 7 additions and 42 deletions

View file

@ -13,8 +13,8 @@ from django.utils.translation import get_language_info
from c3nav.editor.forms import ChangeSetForm, RejectForm
from c3nav.editor.models import ChangeSet
from c3nav.editor.utils import is_created_pk
from c3nav.editor.views.base import sidebar_view
from c3nav.editor.wrappers import is_created_pk
from c3nav.mapdata.models.locations import LocationRedirect, LocationSlug