from PIL import Image

This commit is contained in:
j 2014-09-01 12:38:14 +02:00
parent e4cf322570
commit b87eee40d0
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
from __future__ import division, with_statement
from StringIO import StringIO
import Image
from PIL import Image
import sqlite3
import tornado.concurrent

View File

@ -12,7 +12,7 @@ import re
import shutil
import unicodedata
import Image
from PIL import Image
import ox
import sqlalchemy as sa

View File

@ -8,7 +8,7 @@ import zipfile
from StringIO import StringIO
import re
import Image
from PIL import Image
import stdnum.isbn
from utils import normalize_isbn, find_isbns

View File

@ -4,7 +4,7 @@ from __future__ import division
import os
import sys
import Image
from PIL import Image
from StringIO import StringIO
import re
import stdnum.isbn