1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 07:08:03 +03:00
openwrt-xburst/scripts/pylibdir.py

6 lines
206 B
Python
Raw Normal View History

# 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],))