summaryrefslogtreecommitdiff
path: root/Mac/OSX/sample_sitecustomize.py
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-05-26 12:23:20 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2006-05-26 12:23:20 +0000
commit736123605c29e5bf7cac7b3c39a61250f480824a (patch)
tree5ba67a77fb9f0de61612645168fc0783568aa79f /Mac/OSX/sample_sitecustomize.py
parent2856e5f3909f8366487ad85ca6c234040317e1e5 (diff)
downloadcpython-git-736123605c29e5bf7cac7b3c39a61250f480824a.tar.gz
- Remove previous version of the binary distribution script for OSX
- Some small bugfixes for the IDLE.app wrapper - Tweaks to build-installer to ensure that python gets build in the right way, including sqlite3. - Updated readme files
Diffstat (limited to 'Mac/OSX/sample_sitecustomize.py')
-rw-r--r--Mac/OSX/sample_sitecustomize.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mac/OSX/sample_sitecustomize.py b/Mac/OSX/sample_sitecustomize.py
deleted file mode 100644
index d7bbb12364..0000000000
--- a/Mac/OSX/sample_sitecustomize.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import sys
-import os
-_maclib = os.path.join(sys.prefix, 'Mac', 'Lib')
-_scriptlib = os.path.join(_maclib, 'lib-scriptpackages')
-sys.path.append(_maclib)
-sys.path.append(_scriptlib)