From c5d8c6334571b17bef1111e8a6978d50bd38efb3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 31 Mar 2009 19:12:17 +0000 Subject: #5190: export make_option in __all__. --- Lib/optparse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/optparse.py b/Lib/optparse.py index 1107d9e..aeb5716 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -11,6 +11,7 @@ For support, use the optik-users@lists.sourceforge.net mailing list __version__ = "1.5.3" __all__ = ['Option', + 'make_option', 'SUPPRESS_HELP', 'SUPPRESS_USAGE', 'Values', -- cgit v0.12