m1n1.adt: Add missing 'sys' import

Used for sys.stderr later on.

Signed-off-by: Martin Povišer <povik@cutebit.org>
This commit is contained in:
Martin Povišer 2022-07-31 16:45:31 +02:00 committed by Hector Martin
parent 6661ab14d0
commit 0249d04a4b

View file

@ -1,6 +1,7 @@
# SPDX-License-Identifier: MIT
import itertools, fnmatch, sys
from construct import *
import sys
from .utils import AddrLookup, FourCC, SafeGreedyRange