mirror of
https://github.com/python/cpython.git
synced 2025-09-12 11:46:52 +00:00
4 lines
No EOL
91 B
Python
4 lines
No EOL
91 B
Python
import sys
|
|
import os
|
|
_maclib = os.path.join(sys.prefix, 'Mac/Lib')
|
|
sys.path.append(_maclib) |