mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-29 01:40:18 +00:00
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:
parent
6661ab14d0
commit
0249d04a4b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
import itertools, fnmatch, sys
|
import itertools, fnmatch, sys
|
||||||
from construct import *
|
from construct import *
|
||||||
|
import sys
|
||||||
|
|
||||||
from .utils import AddrLookup, FourCC, SafeGreedyRange
|
from .utils import AddrLookup, FourCC, SafeGreedyRange
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue