Revert "split up editor/wrappers.py"

This reverts commit b75edf3d58a45007f574ed919b0dd0550b129db8.
This commit is contained in:
Laura Klünder 2017-06-21 14:12:58 +02:00
parent 260fc42af0
commit 676bf3389b
10 changed files with 332 additions and 354 deletions

View file

@ -12,8 +12,7 @@ from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ungettext_lazy
from c3nav.editor.models.change import Change
from c3nav.editor.utils import is_created_pk
from c3nav.editor.wrappers import ModelWrapper
from c3nav.editor.wrappers import ModelWrapper, is_created_pk
from c3nav.mapdata.models import LocationSlug
from c3nav.mapdata.models.locations import LocationRedirect