From 2395e0f021fc313084e32878e679ead71c9d1929 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Wed, 12 Feb 2014 14:08:11 +0000 Subject: [PATCH] Drop unused imports --- elftools/elf/dynamic.py | 2 -- elftools/elf/sections.py | 1 - 2 files changed, 3 deletions(-) diff --git a/elftools/elf/dynamic.py b/elftools/elf/dynamic.py index e36598e..ab6449a 100644 --- a/elftools/elf/dynamic.py +++ b/elftools/elf/dynamic.py @@ -12,8 +12,6 @@ from .sections import Section from .segments import Segment from ..common.utils import struct_parse -from .enums import ENUM_D_TAG - class DynamicTag(object): """ Dynamic Tag object - representing a single dynamic tag entry from a diff --git a/elftools/elf/sections.py b/elftools/elf/sections.py index ce62450..0eaf0bb 100644 --- a/elftools/elf/sections.py +++ b/elftools/elf/sections.py @@ -6,7 +6,6 @@ # Eli Bendersky (eliben@gmail.com) # This code is in the public domain #------------------------------------------------------------------------------- -from ..construct import CString from ..common.utils import struct_parse, elf_assert, parse_cstring_from_stream -- 2.30.2