1
0
Fork 0

the baconscript package now has proper includes

This commit is contained in:
Kevin Matz 2022-05-12 19:17:54 -04:00
parent 23c3daecd6
commit 499b20c079
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 19de92834db539e3ea4736dd6bcd606befe66885
Subproject commit a2146940f7840612ae16df2df58c669c39158642

View File

@ -16,7 +16,7 @@ __status__ = "Prototype"
import configparser
from signal import pause
from baconscript.bacon.script import comment
from baconscript import comment
from gpiozero import Button, GPIODeviceError
# use mock pins when not working on Pi hardware