From b8c716262c9a86b8213d58288d8acf26a2c56946 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 20 Aug 2023 17:53:06 +0200 Subject: Include python_compatibility.py first in compiled script This is necessary for these functions to be available in the other files, and this file doesn't depend on any of the other files. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 5b3458c..1d550c3 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ shopt -s extglob -contents="$(cat slack/util.py slack/task.py slack/!(util|task).py main.py | \ +contents="$(cat slack/python_compatibility.py slack/util.py slack/task.py slack/!(python_compatibility|util|task).py main.py | \ perl -0777 -pe 's/^( *from [^(\n]+\([^)]+\))/$1=~s|\s+| |gr/mge' | \ grep -Ev '^from slack[. ]')" -- cgit