use absolute imports everywhere

This commit is contained in:
Laura Klünder 2016-09-27 16:18:18 +02:00
parent e8c1e7006c
commit 70936562d0
22 changed files with 44 additions and 46 deletions

View file

@ -4,7 +4,7 @@ from django.core.cache import cache
from django.template.response import SimpleTemplateResponse
from django.utils.cache import patch_vary_headers
from .permissions import get_unlocked_packages
from c3nav.mapdata.permissions import get_unlocked_packages
class CachedViewSetMixin: