diff mbox series

[1/2] Moved python client to tools

Message ID 20230219131923.191124-1-sbabic@denx.de
State Accepted
Headers show
Series [1/2] Moved python client to tools | expand

Commit Message

Stefano Babic Feb. 19, 2023, 1:19 p.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 {examples/client => tools/python/swupdateclient}/.flake8          | 0
 {examples/client => tools/python/swupdateclient}/Pipfile          | 0
 {examples/client => tools/python/swupdateclient}/README.md        | 0
 .../client => tools/python/swupdateclient}/swupdate_client.py     | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename {examples/client => tools/python/swupdateclient}/.flake8 (100%)
 rename {examples/client => tools/python/swupdateclient}/Pipfile (100%)
 rename {examples/client => tools/python/swupdateclient}/README.md (100%)
 rename {examples/client => tools/python/swupdateclient}/swupdate_client.py (100%)
diff mbox series

Patch

diff --git a/examples/client/.flake8 b/tools/python/swupdateclient/.flake8
similarity index 100%
rename from examples/client/.flake8
rename to tools/python/swupdateclient/.flake8
diff --git a/examples/client/Pipfile b/tools/python/swupdateclient/Pipfile
similarity index 100%
rename from examples/client/Pipfile
rename to tools/python/swupdateclient/Pipfile
diff --git a/examples/client/README.md b/tools/python/swupdateclient/README.md
similarity index 100%
rename from examples/client/README.md
rename to tools/python/swupdateclient/README.md
diff --git a/examples/client/swupdate_client.py b/tools/python/swupdateclient/swupdate_client.py
similarity index 100%
rename from examples/client/swupdate_client.py
rename to tools/python/swupdateclient/swupdate_client.py