]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Merge pull request #73 from joshuaflanagan/example_script_variables
authorJacob Alexander <haata@kiibohd.com>
Tue, 10 Nov 2015 19:24:03 +0000 (11:24 -0800)
committerJacob Alexander <haata@kiibohd.com>
Tue, 10 Nov 2015 19:24:03 +0000 (11:24 -0800)
Stop requiring editing of example scripts

Scan/STLcd/bitmap2Struct.py

index 4e682ca48134d0d81da26d0c2419cb1097151acd..6f2cbf128bf8c971766983c41485e2c234059774 100755 (executable)
@@ -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