diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 15:49:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-19 15:49:14 -0400 |
| commit | 8f46391127841073c309fa838f48b7ee07a84c79 (patch) | |
| tree | 321386df043df579925010581f8f10bd911fe4a6 /pkg_resources | |
| parent | 29d9fc672446a2c8a817f54cb7ad861aa9223f1d (diff) | |
| parent | 10bf8e72f80925d924abfa6d635ad738233ae79c (diff) | |
| download | python-setuptools-git-8f46391127841073c309fa838f48b7ee07a84c79.tar.gz | |
Merge pull request #747 from stepshal/comment_hash
Fix spacing after comment hash.
Diffstat (limited to 'pkg_resources')
| -rw-r--r-- | pkg_resources/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index d94e6339..87455a0d 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 |
