aboutsummaryrefslogtreecommitdiff
path: root/community/godot/files/pythonpath
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-15 13:12:00 +0200
committerCem Keylan <cem@ckyln.com>2023-07-15 13:12:12 +0200
commit4fa595b62719f477d7d5211d43f4141f004b0d7c (patch)
treec6024b03693c02fbc56d36409b2c3f347904f431 /community/godot/files/pythonpath
parenta5f96af2912c300e977d85a77506e4dac0fcd97d (diff)
downloadrepository-4fa595b62719f477d7d5211d43f4141f004b0d7c.tar.gz
godot: rename to godot3
Diffstat (limited to 'community/godot/files/pythonpath')
-rwxr-xr-xcommunity/godot/files/pythonpath6
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)))