From: Jacob Alexander Date: Tue, 10 Nov 2015 19:24:03 +0000 (-0800) Subject: Merge pull request #73 from joshuaflanagan/example_script_variables X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=commitdiff_plain;h=38516d53425a7258364a9b8b75d831c554040512;hp=cd01bfe0ed0406225e4b39a5ab249aca0870c6e1 Merge pull request #73 from joshuaflanagan/example_script_variables Stop requiring editing of example scripts --- diff --git a/Scan/STLcd/bitmap2Struct.py b/Scan/STLcd/bitmap2Struct.py index 4e682ca..6f2cbf1 100755 --- a/Scan/STLcd/bitmap2Struct.py +++ b/Scan/STLcd/bitmap2Struct.py @@ -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