commit | f5b0f92bb718dff195a4d99d498bdd3b2d835dd2 | [log] [tgz] |
---|---|---|
author | David Leach <david.leach@nxp.com> | Wed Jun 23 15:18:22 2021 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jun 24 04:22:33 2021 -0500 |
tree | 9d79fff9837104d1cf1f816c14111c34739fd8e9 | |
parent | 5daf0b2fada094401bcea8ae6bb4f82c274c0ba0 [diff] |
scripts: dictionary: rename parser module to avoid name collision The parser module collides with a module in python called parser. Doesn't seem to be a problem in Linux but for some reason the search/include order in Windows causes python to import the wrong parser. The change is to rename the module to dictionary_parser to avoid the name space collision. fixes: #36339 Signed-off-by: David Leach <david.leach@nxp.com>