Skip to content

Commit

Permalink
Merge pull request #55 from vanillajonathan/patch-1
Browse files Browse the repository at this point in the history
Sort imports
  • Loading branch information
corna committed Sep 26, 2017
2 parents d5705b6 + d4cc578 commit 312ef02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions me_cleaner.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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


Expand Down

0 comments on commit 312ef02

Please sign in to comment.