changeset 399:3437e2246259

Merge pull request #73 from joshuaflanagan/example_script_variables Stop requiring editing of example scripts
author Jacob Alexander <haata@kiibohd.com>
date Tue, 10 Nov 2015 11:24:03 -0800
parents cba3cefc6e56 (diff) 63b1d003fd50 (current diff)
children b4bb195dac76 88814d3c0c8b 98c896e00f9f 8fa2619aa60e
files Scan/STLcd/bitmap2Struct.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Scan/STLcd/bitmap2Struct.py	Tue Nov 10 10:32:06 2015 -0600
+++ b/Scan/STLcd/bitmap2Struct.py	Tue Nov 10 11:24:03 2015 -0800
@@ -19,7 +19,7 @@
 import sys
 
 from array import *
-from PIL import Image
+from PIL import Image # Use pillow instead of PIL, it works with Python 3
 
 
 # Convenience class to deal with converting images to a C array