diff options
-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): |