s/import Image/from PIL import Image/g

This commit is contained in:
j 2016-06-25 20:36:20 +02:00
commit 2cec1b9ad5
14 changed files with 21 additions and 21 deletions

View file

@ -8,7 +8,7 @@ from urlparse import urlparse
from urllib import quote
import time
import Image
from PIL import Image
from django.db.models import Count, Sum
from django.http import HttpResponse, HttpResponseForbidden, Http404
from django.shortcuts import get_object_or_404, redirect, render