diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-15 13:12:00 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-15 13:12:12 +0200 |
commit | 4fa595b62719f477d7d5211d43f4141f004b0d7c (patch) | |
tree | c6024b03693c02fbc56d36409b2c3f347904f431 /community/godot/files/pythonpath | |
parent | a5f96af2912c300e977d85a77506e4dac0fcd97d (diff) | |
download | repository-4fa595b62719f477d7d5211d43f4141f004b0d7c.tar.gz |
godot: rename to godot3
Diffstat (limited to 'community/godot/files/pythonpath')
-rwxr-xr-x | community/godot/files/pythonpath | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/community/godot/files/pythonpath b/community/godot/files/pythonpath deleted file mode 100755 index f3718ca7..00000000 --- a/community/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))) |