mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 22:25:01 +02:00
6 lines
206 B
Python
6 lines
206 B
Python
|
# 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],))
|