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>
Fri, 22 Dec 2023 19:26:19 +0000 (19:26 +0000)
commit8a32a092e9073d5a5a1edbcd82e00f5af632890c
tree261de87b815ca258cf5394f53b1658a09001cd39
parentf9c1b902c70b30db41716f59c3cd5dcc33380163
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