Added import [ci skip]

This commit is contained in:
Andrew Murray 2019-05-06 08:38:43 +10:00
parent 0e36b288dd
commit 38df9bef09

View File

@ -473,8 +473,8 @@ Reading from a string
:: ::
from PIL import Image
import StringIO import StringIO
im = Image.open(StringIO.StringIO(buffer)) im = Image.open(StringIO.StringIO(buffer))
Note that the library rewinds the file (using ``seek(0)``) before reading the Note that the library rewinds the file (using ``seek(0)``) before reading the