diff options
author | Guido van Rossum <guido@python.org> | 1997-09-03 00:35:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-03 00:35:38 (GMT) |
commit | fc6efffbf909272cf8cf9ed1f1c7a54bad00661c (patch) | |
tree | 9c772127527af5e69a25578529ef02389bca0d63 /Lib/site.py | |
parent | 5ed5c4c364930ae597df2038b4569d8f06b98f75 (diff) | |
download | cpython-fc6efffbf909272cf8cf9ed1f1c7a54bad00661c.zip cpython-fc6efffbf909272cf8cf9ed1f1c7a54bad00661c.tar.gz cpython-fc6efffbf909272cf8cf9ed1f1c7a54bad00661c.tar.bz2 |
#Removed debug print that was accidentally left in.
Diffstat (limited to 'Lib/site.py')
-rw-r--r-- | Lib/site.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/site.py b/Lib/site.py index c323a91..7c387f1 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -57,8 +57,6 @@ import of sitecustomize is still attempted. """ -print "loading site.py" - import sys, os def addsitedir(sitedir): |