using names of modules that are identical to commonly-used python modules
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 3 Jun 2023 11:47:30 +0000 (12:47 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 3 Jun 2023 11:47:30 +0000 (12:47 +0100)
commitaaaecc47a8bbe21bc047e589e34bec6e18f928f6
tree261de87b815ca258cf5394f53b1658a09001cd39
parent9546d80ef122b4f53b61dc1f3997a2ad70c139bd
using names of modules that are identical to commonly-used python modules
(even at the leaf-node) is causing import problems
src/openpower/decoder/isa/caller.py
src/openpower/decoder/power_table.py
src/openpower/insndb/asm.py
src/openpower/insndb/db.py
src/openpower/insndb/dbtypes.py [new file with mode: 0644]
src/openpower/insndb/disasm.py
src/openpower/insndb/types.py [deleted file]
src/openpower/sv/sv_binutils.py
src/openpower/sv/sv_binutils_fptrans.py
src/openpower/sv/trans/test_pysvp64dis.py
src/openpower/sv/trans/test_pysvp64dis_branch.py