From 139348b0d38d2fa330d715b4c473eb7dc26c671f Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 18 Jul 2014 14:21:10 +0000 Subject: [PATCH] fix import --- pandora/archive/extract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index a01b84d8..9d5e46d6 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -17,6 +17,7 @@ import Image import ox import ox.image from ox.utils import json +from django.conf import settings img_extension='jpg'