Remove BytesIO and StringIO from py3compat
[pyelftools.git] / test / test_arm_call_reloc.py
index e23f25cfeb28ffdd74d868f371feaba78048dda6..ec23606cf1f3a5ecf088f551d3ab6337116db812 100644 (file)
@@ -9,10 +9,10 @@
 # This code is in the public domain
 #-------------------------------------------------------------------------------
 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.relocation import RelocationHandler