1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
profanity/pylibs.py
2014-06-13 20:12:17 +01:00

7 lines
113 B
Python

from distutils.sysconfig import get_python_lib
import site
print get_python_lib()
print site.getsitepackages()