Merge pull request #1071 from Arnie97/patch-1

Changes "import Image" to "from PIL import Image".
This commit is contained in:
wiredfool 2015-01-07 21:46:20 -08:00
commit 7937ac1dfb

View File

@ -13,7 +13,7 @@ Example: Using the :py:mod:`~PIL.ImageMath` module
.. code-block:: python
import Image, ImageMath
from PIL import Image, ImageMath
im1 = Image.open("image1.jpg")
im2 = Image.open("image2.jpg")