fix versions classes import in readelf
authorYann Rouillard <yann@pleiades.fr.eu.org>
Wed, 29 May 2013 21:52:39 +0000 (23:52 +0200)
committerYann Rouillard <yann@pleiades.fr.eu.org>
Wed, 29 May 2013 21:52:39 +0000 (23:52 +0200)
scripts/readelf.py

index 91937cced15e6abe2cfa55e9168293daa3b01180..e516b660871ddb1af40e8051c912daa0d70a6610 100755 (executable)
@@ -24,9 +24,10 @@ from elftools.elf.elffile import ELFFile
 from elftools.elf.dynamic import DynamicSection, DynamicSegment
 from elftools.elf.enums import ENUM_D_TAG
 from elftools.elf.segments import InterpSegment
-from elftools.elf.sections import (
-    SymbolTableSection, GNUVerSymTableSection,
-    GNUVerDefTableSection, GNUVerNeedTableSection,
+from elftools.elf.sections import SymbolTableSection
+from elftools.elf.gnuversions import (
+    GNUVerSymTableSection, GNUVerDefTableSection,
+    GNUVerNeedTableSection,
     )
 from elftools.elf.relocation import RelocationSection
 from elftools.elf.descriptions import (