summaryrefslogtreecommitdiff
path: root/Lib/wave.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/wave.py')
-rw-r--r--Lib/wave.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/wave.py b/Lib/wave.py
index ad4f29aae8..b5f0e1ceb6 100644
--- a/Lib/wave.py
+++ b/Lib/wave.py
@@ -73,6 +73,8 @@ is destroyed.
import __builtin__
+__all__ = ["open", "openfp", "Error"]
+
class Error(Exception):
pass