Skip to content

Commit 0249d04

Browse files
povikmarcan
authored andcommitted
m1n1.adt: Add missing 'sys' import
Used for sys.stderr later on. Signed-off-by: Martin Povišer <[email protected]>
1 parent 6661ab1 commit 0249d04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proxyclient/m1n1/adt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: MIT
22
import itertools, fnmatch, sys
33
from construct import *
4+
import sys
45

56
from .utils import AddrLookup, FourCC, SafeGreedyRange
67

0 commit comments

Comments
 (0)