projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6cd02
)
Update structs.py (#392)
author
Brendan Haines
<brendanhaines@users.noreply.github.com>
Thu, 13 Jan 2022 23:07:39 +0000
(16:07 -0700)
committer
GitHub
<noreply@github.com>
Thu, 13 Jan 2022 23:07:39 +0000
(15:07 -0800)
Remove unused imports
elftools/elf/structs.py
patch
|
blob
|
history
diff --git
a/elftools/elf/structs.py
b/elftools/elf/structs.py
index f9bf6860ad966c4d1c3a5ffd56ca525f7c552228..6a1d2aaaf36022a9f498bc7c54bb1d987b8d9465 100644
(file)
--- a/
elftools/elf/structs.py
+++ b/
elftools/elf/structs.py
@@
-7,7
+7,6
@@
# Eli Bendersky (eliben@gmail.com)
# This code is in the public domain
#-------------------------------------------------------------------------------
-from elftools.construct.macros import AlignedStruct, IfThenElse, UNInt8
from ..construct import (
UBInt8, UBInt16, UBInt32, UBInt64,
ULInt8, ULInt16, ULInt32, ULInt64,