Skip to content

Commit

Permalink
fixed test import
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 12, 2022
1 parent f8cc245 commit 907fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

from uavcan import dsdl
from dronecan import dsdl

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

0 comments on commit 907fb76

Please sign in to comment.