diff options
Diffstat (limited to 'scripts/pylibdir.py')
-rwxr-xr-x | scripts/pylibdir.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/pylibdir.py b/scripts/pylibdir.py deleted file mode 100755 index 05b5afbdb2..0000000000 --- a/scripts/pylibdir.py +++ /dev/null @@ -1,5 +0,0 @@ -# Note #! intentionally left out. This should be called with the version of -# python you care about. - -import sys -print ("/usr/lib/python%s.%s/site-packages" % (sys.version_info[0], sys.version_info[1],)) |