Finish refactoring out py3compat and delete the file
[pyelftools.git] / test / test_dwarf_cu_and_die_cache.py
index bf7f4d785ce63cdabc382e978c639d1654d465f0..5180e12d4096c125b53bf5117c433394942f9a22 100644 (file)
@@ -8,7 +8,7 @@ import os
 import unittest
 
 from elftools.elf.elffile import ELFFile
-from elftools.common.py3compat import bytes2str
+from elftools.common.utils import bytes2str
 
 class TestCacheLUTandDIEref(unittest.TestCase):
     def dprint(self, list):