change case of conflicting option
[openwrt.git] / scripts / pylibdir.py
1 # Note #! intentionally left out. This should be called with the version of
2 # python you care about.
3
4 import sys
5 print ("/usr/lib/python%s.%s/site-packages" % (sys.version_info[0], sys.version_info[1],))
This page took 0.053231 seconds and 5 git commands to generate.