diff --git a/testMenu.py b/testMenu.py index 30c9d4e..5343f61 100644 --- a/testMenu.py +++ b/testMenu.py @@ -4,7 +4,7 @@ from time import sleep import Adafruit_CharLCD as Lcd -from .Menu import Menu +from Menu import Menu lcd = Lcd.Adafruit_CharLCDPlate() menu = Menu()