diff --git a/web/web_utils.py b/web/web_utils.py index f5c7ee6..5358ede 100644 --- a/web/web_utils.py +++ b/web/web_utils.py @@ -2,7 +2,7 @@ from django.utils import simplejson from django.http import HttpResponse -from archiver.playlist import Playlist +from archiver.models.playlist import Playlist def json_response(**kwargs): #This is used to make sure that we have a standard json response