From 03a6f7bf2189a735873361c42ac54879f27b601c Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 1 Mar 2001 04:27:19 +0000 Subject: final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be giving it a slight facelift --- Lib/wave.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/wave.py') 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 -- cgit v1.2.1