Sort imports
This commit is contained in:
parent
2e8761ea8b
commit
d4cc5783eb
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
# me_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images
|
||||
# me_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images
|
||||
# Copyright (C) 2016, 2017 Nicola Corna <nicola@corna.info>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@ -14,12 +14,12 @@
|
|||
# GNU General Public License for more details.
|
||||
#
|
||||
|
||||
import sys
|
||||
import itertools
|
||||
import argparse
|
||||
import binascii
|
||||
import hashlib
|
||||
import argparse
|
||||
import itertools
|
||||
import shutil
|
||||
import sys
|
||||
from struct import pack, unpack
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue