Remove BytesIO and StringIO from py3compat
[pyelftools.git] / elftools / dwarf / dwarf_expr.py
index 899a5f74aa224412e0b1b3265658cd086733750a..cc081ddba70652c7b115fa6aeee2e4715f8ed530 100644 (file)
@@ -7,8 +7,8 @@
 # This code is in the public domain
 #-------------------------------------------------------------------------------
 from collections import namedtuple
+from io import BytesIO
 
-from ..common.py3compat import BytesIO
 from ..common.utils import struct_parse, bytelist2string, read_blob