# HG changeset patch # User Jacob Alexander # Date 1447183443 28800 # Node ID 3437e2246259f2ba111d40a55df6cea6f788bab5 # Parent cba3cefc6e56813b1ec0d2ac21e3890e8d7eed23# Parent 63b1d003fd5007c1b32b656e0ab6ad4b6422fca6 Merge pull request #73 from joshuaflanagan/example_script_variables Stop requiring editing of example scripts diff -r 63b1d003fd50 -r 3437e2246259 Scan/STLcd/bitmap2Struct.py --- 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