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 time
|
||||
|
||||
from examples.vernie import Vernie
|
||||
from . import Vernie
|
||||
from pylgbst.peripherals import ColorDistanceSensor
|
||||
|
||||
host = ''
|
||||
|
@ -1,4 +1,4 @@
|
||||
from examples.vernie import *
|
||||
from . import *
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from examples.vernie import *
|
||||
from . import *
|
||||
|
||||
robot = Vernie()
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import six
|
||||
|
||||
from examples.vernie import *
|
||||
from . import *
|
||||
|
||||
robot = Vernie()
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from examples.vernie import *
|
||||
from . import *
|
||||
|
||||
robot = Vernie()
|
||||
running = True
|
||||
|
@ -1,4 +1,4 @@
|
||||
from examples.vernie import *
|
||||
from . import *
|
||||
|
||||
robot = Vernie()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user