Skip to content
Snippets Groups Projects
Commit c517fb2a authored by Tim Yardley's avatar Tim Yardley
Browse files

bring in pylibdir.py helper

SVN-Revision: 8226
parent 1181536e
No related branches found
No related tags found
No related merge requests found
# 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],))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment