From eccd02a40d0921fc2953213e71da8a3a79d00e17 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sat, 20 Jan 2001 23:34:12 +0000 Subject: more __all__ updates --- Lib/getopt.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/getopt.py') diff --git a/Lib/getopt.py b/Lib/getopt.py index 1bc42bd6a6..82cf04d76a 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -17,6 +17,8 @@ option involved with the exception. # Gerrit Holl moved the string-based exceptions # to class-based exceptions. +__all__ = ["GetoptError","error","getopt"] + class GetoptError(Exception): opt = '' msg = '' -- cgit v1.2.1