Remove BytesIO and StringIO from py3compat
[pyelftools.git] / test / test_relocations.py
index f1c8f107bc4d901a94cf03b7b1a6bcd0ec217e36..eb908bc809c7aef6d306ece7934fb53ca170d7a6 100644 (file)
@@ -1,8 +1,8 @@
 import os
+from io import BytesIO
 import sys
 import unittest
 
-from elftools.common.py3compat import BytesIO
 from elftools.elf.elffile import ELFFile
 from elftools.elf.dynamic import DynamicSegment, DynamicSection