diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2017-10-13 23:20:39 -0500 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2017-10-14 06:20:39 +0200 |
commit | 6f9036c8587c13b9ddd70befdda961c5db6ca23f (patch) | |
tree | c3ba356a9b46927fffc6e88624aed25edcf619b2 /lib | |
parent | 0168025c1c5fbd86f4c3f824792aafb021373799 (diff) | |
download | spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.tar.gz spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.tar.bz2 spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.tar.xz spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.zip |
Ensure that FileList makes it into the documentation (#5739)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/llnl/util/filesystem.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/llnl/util/filesystem.py b/lib/spack/llnl/util/filesystem.py index 4f018536e6..1d7b9ff7a3 100644 --- a/lib/spack/llnl/util/filesystem.py +++ b/lib/spack/llnl/util/filesystem.py @@ -42,6 +42,7 @@ from llnl.util.lang import dedupe __all__ = [ 'FileFilter', + 'FileList', 'HeaderList', 'LibraryList', 'ancestor', |