Skip to content

Commit 5c94d48

Browse files
committed
fixed test.py for dronecan
1 parent 107a78e commit 5c94d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
logging.basicConfig(stream=sys.stderr, level='DEBUG', format='%(levelname)s: %(message)s')
77

8-
from uavcan import dsdl
8+
from dronecan import dsdl
99

1010
parsed = dsdl.parse_namespaces(['uavcan','com','ardupilot', 'dronecan']);
1111
if parsed:

0 commit comments

Comments
 (0)