aboutsummaryrefslogtreecommitdiff
path: root/testing/godot/files/pythonpath
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-27 16:09:27 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 16:09:27 +0200
commit56ca14a87ec1085812022dd64888a9bd1bc1653a (patch)
tree093dcafec3c6fc17a50627fdbd350e7e5a510619 /testing/godot/files/pythonpath
parent6a44b857ed4c0f471e9b2256d37422d8cd7ffc89 (diff)
downloadrepository-56ca14a87ec1085812022dd64888a9bd1bc1653a.tar.gz
godot: move to community
Diffstat (limited to 'testing/godot/files/pythonpath')
-rwxr-xr-xtesting/godot/files/pythonpath6
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)))