From 7f64f46197ebc4f05acc69a899e6faf9142c789e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Jul 2023 13:38:54 +0200 Subject: godot: add new package at 4.1 --- testing/godot/files/pythonpath | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testing/godot/files/pythonpath (limited to 'testing/godot/files/pythonpath') diff --git a/testing/godot/files/pythonpath b/testing/godot/files/pythonpath new file mode 100755 index 00000000..f3718ca7 --- /dev/null +++ b/testing/godot/files/pythonpath @@ -0,0 +1,6 @@ +#!/usr/bin/python3 +import os +import sys + +print("%s/scons/dist/usr/lib/python%d.%d/site-packages:%s" + % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path))) -- cgit v1.2.3