summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-10-13 23:20:39 -0500
committerMassimiliano Culpo <massimiliano.culpo@googlemail.com>2017-10-14 06:20:39 +0200
commit6f9036c8587c13b9ddd70befdda961c5db6ca23f (patch)
treec3ba356a9b46927fffc6e88624aed25edcf619b2
parent0168025c1c5fbd86f4c3f824792aafb021373799 (diff)
downloadspack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.tar.gz
spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.tar.bz2
spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.tar.xz
spack-6f9036c8587c13b9ddd70befdda961c5db6ca23f.zip
Ensure that FileList makes it into the documentation (#5739)
-rw-r--r--lib/spack/llnl/util/filesystem.py1
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',