1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

change relative import

relates to issue 23
This commit is contained in:
Andrey Pohilko 2019-03-19 10:48:41 +03:00
parent 5f209ac7e6
commit 9ff6d0b4ed

View File

@ -9,7 +9,7 @@ import logging
import socket
import time
from . import Vernie
from examples.vernie import Vernie
from pylgbst.peripherals import ColorDistanceSensor
host = ''