From 5f3973bcdca80c996540749cdae4730686214f83 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 9 May 2013 18:03:49 -0400 Subject: [PATCH] Change the playlist import path --- web/web_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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