summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-06 02:57:06 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-06 02:57:06 +0000
commit9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085 (patch)
tree50c70c99e619fd0ece9087422f5b829986b14f31 /scripts
parent22282193a9e49c10bc35f180f27c330d37fde92b (diff)
downloadmaster-31e0f0ae-9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085.tar.gz
master-31e0f0ae-9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085.tar.bz2
master-31e0f0ae-9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085.zip
remove uneeded stuff after python changes in [8639]
SVN-Revision: 8640
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pylibdir.py5
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],))