use absolute imports everywhere
This commit is contained in:
parent
e8c1e7006c
commit
70936562d0
22 changed files with 44 additions and 46 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue