dtoc: Rename the main module
authorSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2020 00:08:57 +0000 (18:08 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:25:21 +0000 (14:25 -0600)
commit4d25fe2d952dd66d0f6c3f0dfdd4303e85d65333
treeae66df49cf794c9907df81d2b8da2cba36125e12
parent7ec3dc57b33e2fa5f1da1ade259937f5631532c0
dtoc: Rename the main module

Python does not like the module name being the same as the module
directory. To allow dtoc modules to be used from other tools, rename
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc
tools/dtoc/dtoc.py [deleted file]
tools/dtoc/main.py [new file with mode: 0755]