Skip to content

Commit cffe246

Browse files
committed
fix import - adafruit_pypixelbuf
1 parent d9aabea commit cffe246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
try:
3636
import _pixelbuf
3737
except ImportError:
38-
import pypixelbuf as _pixelbuf
38+
import adafruit_pypixelbuf as _pixelbuf
3939

4040

4141
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)