diff options
author | stepshal <nessento@openmailbox.org> | 2016-08-20 04:37:32 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-08-20 04:37:32 +0700 |
commit | 08511f5fdfe04a8ea6e3ae73e086e8a29a0a5cd1 (patch) | |
tree | bf8c8b397156f7fc81b09b43fbbe7435280a75a2 /setuptools/tests/test_manifest.py | |
parent | c296634d44de4a9715d09e4773b73b2d233fbbc4 (diff) | |
download | python-setuptools-git-08511f5fdfe04a8ea6e3ae73e086e8a29a0a5cd1.tar.gz |
Fix quantity of blank lines after code object, class of function definition.
Diffstat (limited to 'setuptools/tests/test_manifest.py')
-rw-r--r-- | setuptools/tests/test_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_manifest.py b/setuptools/tests/test_manifest.py index 6e67ca61..6360270d 100644 --- a/setuptools/tests/test_manifest.py +++ b/setuptools/tests/test_manifest.py @@ -51,6 +51,7 @@ def quiet(): def touch(filename): open(filename, 'w').close() + # The set of files always in the manifest, including all files in the # .egg-info directory default_files = frozenset(map(make_local_path, [ |