projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf1a76
)
Remove unused import
author
Eli Bendersky
<eliben@gmail.com>
Sat, 18 Jan 2014 14:17:14 +0000
(06:17 -0800)
committer
Eli Bendersky
<eliben@gmail.com>
Sat, 18 Jan 2014 14:17:14 +0000
(06:17 -0800)
elftools/elf/elffile.py
patch
|
blob
|
history
diff --git
a/elftools/elf/elffile.py
b/elftools/elf/elffile.py
index 58b54595b99ce5ce0086e0c60fc46a0565a295e6..ed168ccff83ca4434ae197cd4476998199a0ac67 100644
(file)
--- a/
elftools/elf/elffile.py
+++ b/
elftools/elf/elffile.py
@@
-20,7
+20,6
@@
from .gnuversions import (
GNUVerNeedSection, GNUVerDefSection,
GNUVerSymSection)
from .segments import Segment, InterpSegment
-from .enums import ENUM_RELOC_TYPE_i386, ENUM_RELOC_TYPE_x64
from ..dwarf.dwarfinfo import DWARFInfo, DebugSectionDescriptor, DwarfConfig