remove uneeded stuff after python changes in [8639]
[openwrt-10.03/.git] / scripts / pylibdir.py
diff --git a/scripts/pylibdir.py b/scripts/pylibdir.py
deleted file mode 100755 (executable)
index 05b5afb..0000000
+++ /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],))