tools/pyboard.py: Import errno to fix undefined name in PyboardError.

This will keep line 96 from raising a NameError.

Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Christian Clauss 2023-05-02 16:12:36 +02:00 committed by Damien George
parent 65d376b11d
commit a000c61d5d
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ Or:
"""
import ast
import errno
import os
import struct
import sys