summaryrefslogtreecommitdiff
path: root/setuptools/site-patch.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-13 14:49:35 +0700
committerstepshal <nessento@openmailbox.org>2016-07-13 14:49:35 +0700
commitf1e3a3fc4199c80e1eca7af0d1bd10544faf1542 (patch)
tree5333ba6070baa84751b9620c877e7da5a0ff40a4 /setuptools/site-patch.py
parente3e21fd3d608d72ebe1ba2e4d2b3a59fbca76554 (diff)
downloadpython-setuptools-git-f1e3a3fc4199c80e1eca7af0d1bd10544faf1542.tar.gz
Format block comments.
Diffstat (limited to 'setuptools/site-patch.py')
-rw-r--r--setuptools/site-patch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/site-patch.py b/setuptools/site-patch.py
index c2168019..bb887ad0 100644
--- a/setuptools/site-patch.py
+++ b/setuptools/site-patch.py
@@ -10,7 +10,7 @@ def __boot():
pic = getattr(sys,'path_importer_cache',{})
stdpath = sys.path[len(PYTHONPATH):]
mydir = os.path.dirname(__file__)
- #print "searching",stdpath,sys.path
+ # print "searching",stdpath,sys.path
for item in stdpath:
if item==mydir or not item:
@@ -39,7 +39,7 @@ def __boot():
else:
raise ImportError("Couldn't find the real 'site' module")
- #print "loaded", __file__
+ # print "loaded", __file__
known_paths = dict([(makepath(item)[1],1) for item in sys.path]) # 2.2 comp