#5190: export make_option in __all__.

This commit is contained in:
Georg Brandl 2009-03-31 19:12:17 +00:00
parent b48adecbd6
commit c5d8c63345
1 changed files with 1 additions and 0 deletions

View 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',