From 57d8c7cf79382c2df894f876eb14eb2596a675d8 Mon Sep 17 00:00:00 2001 From: "Simon D. Levy" Date: Sun, 3 Jun 2018 14:56:11 -0400 Subject: [PATCH] import Image => from PIL import Image --- examples/log2png.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/log2png.py b/examples/log2png.py index 882fdda..09a93c2 100755 --- a/examples/log2png.py +++ b/examples/log2png.py @@ -51,7 +51,7 @@ from progressbar import ProgressBar from sys import argv, exit, stdout from time import time -import Image +from PIL import Image def main():