]> granicus.if.org Git - python/commitdiff
#5190: export make_option in __all__.
authorGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 19:12:17 +0000 (19:12 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 19:12:17 +0000 (19:12 +0000)
Lib/optparse.py

index 1107d9e31755242d0f687e9f507ea7e97a7f04ce..aeb5716a8757a351c5e38cf98c9cafd796188ba6 100644 (file)
@@ -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',