From e4e0a3b8aa1c8857abb36d84b66544ca56d84a6d Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Tue, 13 Feb 2018 20:01:56 +0100 Subject: [PATCH] kete: rename the script from tuhi-kete.py to kete.py Python doesn't really like minus signs in file names, especially when you start importing the modules. Rename kete from tuhi-kete.py to kete.py so it makes it easier to have other scripts in the tools folder to borrow code from kete. --- org.freedesktop.tuhi.json | 2 +- tools/{tuhi-kete.py => kete.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{tuhi-kete.py => kete.py} (100%) diff --git a/org.freedesktop.tuhi.json b/org.freedesktop.tuhi.json index f033f99..9bee627 100644 --- a/org.freedesktop.tuhi.json +++ b/org.freedesktop.tuhi.json @@ -127,7 +127,7 @@ "python3 setup.py install --verbose" ], "post-install": [ - "cp tools/tuhi-kete.py /app/lib/python3.6/site-packages/tuhi_kete.py", + "cp tools/kete.py /app/lib/python3.6/site-packages/kete.py", "cp tools/tuhi-kete-sandboxed.py /app/bin/tuhi-kete", "chmod +x /app/bin/tuhi-kete" ] diff --git a/tools/tuhi-kete.py b/tools/kete.py similarity index 100% rename from tools/tuhi-kete.py rename to tools/kete.py