summaryrefslogtreecommitdiff
path: root/pkg_resources
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-08-18 09:12:15 +0700
committerstepshal <nessento@openmailbox.org>2016-08-18 09:12:15 +0700
commit10bf8e72f80925d924abfa6d635ad738233ae79c (patch)
treed05360cc621c8835339277bc18487b155686ccea /pkg_resources
parentac10f58a5705f266dbba4ac006df15392da8ce87 (diff)
downloadpython-setuptools-git-10bf8e72f80925d924abfa6d635ad738233ae79c.tar.gz
Fix spacing after comment hash.
Diffstat (limited to 'pkg_resources')
-rw-r--r--pkg_resources/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py
index 58214292..17b69727 100644
--- a/pkg_resources/__init__.py
+++ b/pkg_resources/__init__.py
@@ -2976,7 +2976,7 @@ def _initialize_master_working_set():
# ensure that all distributions added to the working set in the future
# (e.g. by calling ``require()``) will get activated as well,
# with higher priority (replace=True).
- dist = None # ensure dist is defined for del dist below
+ dist = None # ensure dist is defined for del dist below
for dist in working_set:
dist.activate(replace=False)
del dist