Skip to content

Commit

Permalink
Changed Menu import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
james-l-key authored Jun 1, 2017
1 parent 5c1b9c2 commit 6b902e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6b902e4

Please sign in to comment.