$OpenBSD: patch-examples_bitmap_pil_py,v 1.1 2014/04/06 21:10:30 sthen Exp $
--- examples/bitmap/pil.py.orig	Sun Apr  6 19:53:10 2014
+++ examples/bitmap/pil.py	Sun Apr  6 19:53:14 2014
@@ -1,5 +1,5 @@
 from pyx import *
-import Image
+from PIL import Image
 
 im = Image.new("RGB", (3, 1))
 im.putpixel((0, 0), (255, 0, 0))
