Skip to content

Commit a908853

Browse files
committed
Fixed package import
1 parent 9cde590 commit a908853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rotary_encoder/motorencoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import threading
33
from time import sleep, time
44

5-
from rotarydecoder import RotaryDecoder
5+
from rotary_encoder.rotarydecoder import RotaryDecoder
66

77

88
class MotorEncoder:

rotary_encoder/wheelsaxel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import threading
33
from time import sleep
44

5-
from motorencoder import MotorEncoder
5+
from rotary_encoder.motorencoder import MotorEncoder
66

77
class WheelsAxel:
88
""" Class that handles both motor encoders, left and right

0 commit comments

Comments
 (0)