Remove unused import
[pyelftools.git] / examples / examine_dwarf_info.py
index 3a54848ff23b9dcd65d80071c1f94a3a0c2af625..0e1619e9f7a65bba9f2a950489f6a3712342d65d 100644 (file)
@@ -43,7 +43,7 @@ def process_file(filename):
             print('    Top DIE with tag=%s' % top_DIE.tag)
 
             # We're interested in the filename...
-            print('    name=%s' % top_DIE.get_filename())
+            print('    name=%s' % top_DIE.get_full_path())
 
 if __name__ == '__main__':
     for filename in sys.argv[1:]: