aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/site-patch.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-10-25 08:37:18 +0700
committerstepshal <nessento@openmailbox.org>2016-10-25 08:37:18 +0700
commitdd25d1f858cd02211f4d105ab19d6c3ce90d4048 (patch)
tree40ea155756ce6ace5e17f37d8477edc85cabbe3e /setuptools/site-patch.py
parentd382def1367e9d9b288e9b04b6f2da5987052b5b (diff)
downloadexternal_python_setuptools-dd25d1f858cd02211f4d105ab19d6c3ce90d4048.tar.gz
external_python_setuptools-dd25d1f858cd02211f4d105ab19d6c3ce90d4048.tar.bz2
external_python_setuptools-dd25d1f858cd02211f4d105ab19d6c3ce90d4048.zip
Fix spacing after comment hash.
Diffstat (limited to 'setuptools/site-patch.py')
-rw-r--r--setuptools/site-patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/site-patch.py b/setuptools/site-patch.py
index 92194abd..0d2d2ff8 100644
--- a/setuptools/site-patch.py
+++ b/setuptools/site-patch.py
@@ -13,7 +13,7 @@ def __boot():
for item in stdpath:
if item == mydir or not item:
- continue # skip if current dir. on Windows, or my own directory
+ continue # skip if current dir. on Windows, or my own directory
importer = pic.get(item)
if importer is not None:
loader = importer.find_module('site')