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

Removed pylibs.py

This commit is contained in:
James Booth 2014-06-13 22:08:38 +01:00
parent 57c1dafa6f
commit 8a3ab0b4db

View File

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