From 00daa727a4909ff43cb1cc1def4d4ab011a28e39 Mon Sep 17 00:00:00 2001 From: Brian Hines Date: Thu, 25 Jun 2015 23:10:51 -0500 Subject: [PATCH] Underscore, not dash (PEP8) https://www.python.org/dev/peps/pep-0008/#package-and-module-names --- ada-matrix.py => ada_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ada-matrix.py => ada_matrix.py (97%) diff --git a/ada-matrix.py b/ada_matrix.py similarity index 97% rename from ada-matrix.py rename to ada_matrix.py index 339f16469..f8d9f74d8 100644 --- a/ada-matrix.py +++ b/ada_matrix.py @@ -33,7 +33,7 @@ def SetPWMBits(self, bits): # from bibliopixel import * # import bibliopixel.colors as colors -# from ada-matrix import DriverAdaMatrix +# from ada_matrix import DriverAdaMatrix # driver = DriverAdaMatrix(rows=32, chain=1) # driver.SetPWMBits(6) #decrease bit-depth for better performance