From cc08607025b454bf78326bb8d9a87af74f4567e0 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Tue, 6 Feb 2018 09:22:27 +0100 Subject: [PATCH] kete: rename the script from tuhi-kete.py to tuhi_kete.py Python doesn't like really much minus signs in file names, especially when you start importing the modules. Rename kete to tuhi_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 => tuhi_kete.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{tuhi-kete.py => tuhi_kete.py} (100%) diff --git a/org.freedesktop.tuhi.json b/org.freedesktop.tuhi.json index f033f99..ac6e9aa 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/tuhi_kete.py /app/lib/python3.6/site-packages/tuhi_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/tuhi_kete.py similarity index 100% rename from tools/tuhi-kete.py rename to tools/tuhi_kete.py