use absolute imports everywhere
This commit is contained in:
parent
e8c1e7006c
commit
70936562d0
22 changed files with 44 additions and 46 deletions
|
@ -2,8 +2,8 @@ from django.http import Http404
|
|||
from rest_framework.response import Response
|
||||
from rest_framework.viewsets import ViewSet
|
||||
|
||||
from .hosters import hosters
|
||||
from .serializers import HosterSerializer
|
||||
from c3nav.editor.hosters import hosters
|
||||
from c3nav.editor.serializers import HosterSerializer
|
||||
|
||||
|
||||
class HosterViewSet(ViewSet):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue