diff --git a/_sources/lib/Linefollower.rst.txt b/_sources/lib/Linefollower.rst.txt index 407d349..8918554 100644 --- a/_sources/lib/Linefollower.rst.txt +++ b/_sources/lib/Linefollower.rst.txt @@ -10,7 +10,7 @@ Simple Linefollower import time - from IRWrapper import IRWrapper + from compLib.IRWrapper import IRWrapper from compLib.Motor import Motor STRAIGHT_SPEED = 40.0 diff --git a/lib/Linefollower.html b/lib/Linefollower.html index 1f7f03c..657fc8a 100644 --- a/lib/Linefollower.html +++ b/lib/Linefollower.html @@ -168,7 +168,7 @@
import time
-from IRWrapper import IRWrapper
+from compLib.IRWrapper import IRWrapper
from compLib.Motor import Motor
STRAIGHT_SPEED = 40.0