From d1b1cda191e6e5093546b3a88747b96524199fc3 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 6 Sep 2007 02:57:06 +0000 Subject: remove uneeded stuff after python changes in [8639] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8640 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/pylibdir.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/pylibdir.py (limited to 'scripts') diff --git a/scripts/pylibdir.py b/scripts/pylibdir.py deleted file mode 100755 index 05b5afbdb..000000000 --- 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],)) -- cgit v1.2.3