modify import name from src to piplot

This commit is contained in:
sinseman44
2020-11-15 08:09:34 +00:00
parent 3a2275a30f
commit 01a8a6e9d5
2 changed files with 6 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ import sys
import time
import RPi.GPIO as GPIO
from RPLCD.gpio import CharLCD
from src.config import *
from src.menu import menu
from piplot.config import *
from piplot.menu import menu
###################################################################