Merge pull request #36 from vadmium/unused
authorEli Bendersky <eliben@users.noreply.github.com>
Sat, 3 May 2014 03:04:21 +0000 (20:04 -0700)
committerEli Bendersky <eliben@users.noreply.github.com>
Sat, 3 May 2014 03:04:21 +0000 (20:04 -0700)
Drop unused imports

1  2 
elftools/elf/dynamic.py

index 6f88bf9e3f24ad56df60d8b26942c9b20ce12432,ab6449a3852a33370d67a6db344143af5b89c8e2..d9db870380b760b19275db5da80e2f46106d0bd0
@@@ -10,11 -10,8 +10,9 @@@ import itertool
  
  from .sections import Section
  from .segments import Segment
 +from ..common.exceptions import ELFError
  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