mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 22:53:04 +00:00
chainload.py: Remove useless import
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
68156fd806
commit
5fdeb1c3e3
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ args = parser.parse_args()
|
|||
from setup import *
|
||||
from tgtypes import BootArgs
|
||||
from macho import MachO
|
||||
import adt
|
||||
import asm
|
||||
|
||||
macho = MachO(args.payload.read_bytes())
|
||||
|
|
Loading…
Reference in a new issue