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
|
|
@ -15,11 +15,11 @@ from distutils.spawn import find_executable
|
|||
from glob import glob
|
||||
|
||||
import numpy as np
|
||||
import Image
|
||||
import ox
|
||||
import ox.image
|
||||
from ox.utils import json
|
||||
from django.conf import settings
|
||||
from PIL import Image
|
||||
|
||||
img_extension = 'jpg'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue