Changed "import Image"->"from PIL import Image"

This is the preferred/more modern syntax, per the Pillow docs.
I had meant to commit this the other day, along with the requirements.txt change.
This commit is contained in:
Colin Davis 2013-10-29 02:33:44 -04:00
parent f4f6e7f28a
commit a23faacfb0

View File

@ -1,7 +1,7 @@
# This Python file uses the following encoding: utf-8
import os
import hashlib
import Image
from PIL import Image
class Robohash(object):
"""