mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Don't use examples as package
This commit is contained in:
parent
ec33f03327
commit
ba20704d89
@ -9,7 +9,7 @@ import logging
|
|||||||
import socket
|
import socket
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from examples.vernie import Vernie
|
from . import Vernie
|
||||||
from pylgbst.peripherals import ColorDistanceSensor
|
from pylgbst.peripherals import ColorDistanceSensor
|
||||||
|
|
||||||
host = ''
|
host = ''
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from examples.vernie import *
|
from . import *
|
||||||
|
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from examples.vernie import *
|
from . import *
|
||||||
|
|
||||||
robot = Vernie()
|
robot = Vernie()
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import six
|
import six
|
||||||
|
|
||||||
from examples.vernie import *
|
from . import *
|
||||||
|
|
||||||
robot = Vernie()
|
robot = Vernie()
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from examples.vernie import *
|
from . import *
|
||||||
|
|
||||||
robot = Vernie()
|
robot = Vernie()
|
||||||
running = True
|
running = True
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from examples.vernie import *
|
from . import *
|
||||||
|
|
||||||
robot = Vernie()
|
robot = Vernie()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user