s/import Image/from PIL import Image/g
This commit is contained in:
parent
4785f314cb
commit
2cec1b9ad5
14 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue