diff options
Diffstat (limited to 'Lib/sndhdr.py')
-rw-r--r-- | Lib/sndhdr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/sndhdr.py b/Lib/sndhdr.py index 61cd5b3..29f0760 100644 --- a/Lib/sndhdr.py +++ b/Lib/sndhdr.py @@ -30,6 +30,7 @@ explicitly given directories. # The file structure is top-down except that the test program and its # subroutine come last. +__all__ = ["what","whathdr"] def what(filename): """Guess the type of a sound file""" |