0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Mac/OSX/sample_sitecustomize.py
2002-01-18 16:12:27 +00:00

4 lines
91 B
Python

import sys
import os
_maclib = os.path.join(sys.prefix, 'Mac/Lib')
sys.path.append(_maclib)