1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

remove uneeded stuff after python changes in [8639]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8640 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-09-06 02:57:06 +00:00
parent 55807e35d6
commit d1b1cda191
2 changed files with 0 additions and 16 deletions
-5
View File
@@ -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],))