diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-26 20:20:12 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-26 20:34:00 -0500 |
commit | 5cd86987530892bfb01f68ad5f1a2b997a3d01e7 (patch) | |
tree | d4070a1eb25cc8d046122dc585b77cf9f1ab0037 /setuptools/tests/files.py | |
parent | 050c0cbdd776ebed369de6c6d51bdc88fa16eadf (diff) | |
download | external_python_setuptools-5cd86987530892bfb01f68ad5f1a2b997a3d01e7.tar.gz external_python_setuptools-5cd86987530892bfb01f68ad5f1a2b997a3d01e7.tar.bz2 external_python_setuptools-5cd86987530892bfb01f68ad5f1a2b997a3d01e7.zip |
Feed the hobgoblins (delint).
Diffstat (limited to 'setuptools/tests/files.py')
-rw-r--r-- | setuptools/tests/files.py | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/setuptools/tests/files.py b/setuptools/tests/files.py index 465a6b41..bad2189d 100644 --- a/setuptools/tests/files.py +++ b/setuptools/tests/files.py @@ -6,10 +6,13 @@ import pkg_resources.py31compat def build_files(file_defs, prefix=""): """ - Build a set of files/directories, as described by the file_defs dictionary. + Build a set of files/directories, as described by the + file_defs dictionary. - Each key/value pair in the dictionary is interpreted as a filename/contents - pair. If the contents value is a dictionary, a directory is created, and the + Each key/value pair in the dictionary is interpreted as + a filename/contents + pair. If the contents value is a dictionary, a directory + is created, and the dictionary interpreted as the files within it, recursively. For example: |