diff options
Diffstat (limited to 'testing/godot/files/pythonpath')
-rwxr-xr-x | testing/godot/files/pythonpath | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/godot/files/pythonpath b/testing/godot/files/pythonpath deleted file mode 100755 index f3718ca7..00000000 --- a/testing/godot/files/pythonpath +++ /dev/null @@ -1,6 +0,0 @@ -#!/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))) |