1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Added pylibs.py

This commit is contained in:
James Booth 2014-06-13 20:12:17 +01:00
parent e51de63178
commit d250400aec

6
pylibs.py Normal file
View File

@ -0,0 +1,6 @@
from distutils.sysconfig import get_python_lib
import site
print get_python_lib()
print site.getsitepackages()