summaryrefslogtreecommitdiff
path: root/setuptools/site-patch.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:41:39 -0400
committerGitHub <noreply@github.com>2016-10-28 13:41:39 -0400
commit2e12ebafbfad2bb0e565f141e412a050babcdd35 (patch)
tree40ea155756ce6ace5e17f37d8477edc85cabbe3e /setuptools/site-patch.py
parentd382def1367e9d9b288e9b04b6f2da5987052b5b (diff)
parentdd25d1f858cd02211f4d105ab19d6c3ce90d4048 (diff)
downloadpython-setuptools-git-2e12ebafbfad2bb0e565f141e412a050babcdd35.tar.gz
Merge pull request #828 from stepshal/hash
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')