This commit is contained in:
Laura Klünder 2016-09-16 14:01:35 +02:00
parent 82a4245e9b
commit d415f37c53
5 changed files with 0 additions and 5 deletions

View file

@ -1,6 +1,5 @@
from django.conf import settings
from django.utils.translation import ugettext_lazy as _
from rest_framework.exceptions import PermissionDenied
from rest_framework.permissions import BasePermission

View file

@ -1,5 +1,4 @@
from django.conf import settings
from rest_framework import serializers
from ..editor.hosters import get_hoster_for_package

View file

@ -1,5 +1,4 @@
from django.conf.urls import include, url
from rest_framework.routers import DefaultRouter
from .views import editor as editor_views

View file

@ -1,5 +1,4 @@
from django.http import Http404
from rest_framework.response import Response
from rest_framework.viewsets import ViewSet

View file

@ -4,7 +4,6 @@ import os
from django.conf import settings
from django.core.files import File
from django.http import HttpResponse
from rest_framework.decorators import detail_route
from rest_framework.viewsets import ReadOnlyModelViewSet