mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
add errno import for fixing script running over python 3 or above
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import yaml
|
import yaml
|
||||||
|
import errno
|
||||||
|
|
||||||
import genmsg.msgs
|
import genmsg.msgs
|
||||||
import gencpp
|
import gencpp
|
||||||
|
|||||||
Reference in New Issue
Block a user