aboutsummaryrefslogtreecommitdiffstats
path: root/tools/scripts/scriptCommon.py
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-29 19:25:29 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-29 19:25:29 +0100
commitbc524d70253a4ab2fe40c3ca3e5666e267c0a4d1 (patch)
tree1e629e7b46b1d9972a973bc93fd100bcebd395be /tools/scripts/scriptCommon.py
downloadnihil-bc524d70253a4ab2fe40c3ca3e5666e267c0a4d1.tar.gz
nihil-bc524d70253a4ab2fe40c3ca3e5666e267c0a4d1.tar.bz2
Diffstat (limited to 'tools/scripts/scriptCommon.py')
-rw-r--r--tools/scripts/scriptCommon.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/scripts/scriptCommon.py b/tools/scripts/scriptCommon.py
new file mode 100644
index 0000000..5894185
--- /dev/null
+++ b/tools/scripts/scriptCommon.py
@@ -0,0 +1,4 @@
+import os
+import sys
+
+catchPath = os.path.dirname(os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))))