From c517fb2ad4e68b50832bf7491e27edb33b4672cc Mon Sep 17 00:00:00 2001
From: Tim Yardley <lst@openwrt.org>
Date: Mon, 30 Jul 2007 14:37:09 +0000
Subject: [PATCH] bring in pylibdir.py helper

SVN-Revision: 8226
---
 scripts/pylibdir.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 scripts/pylibdir.py

diff --git a/scripts/pylibdir.py b/scripts/pylibdir.py
new file mode 100755
index 0000000000..05b5afbdb2
--- /dev/null
+++ b/scripts/pylibdir.py
@@ -0,0 +1,5 @@
+# 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],))
-- 
GitLab