File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55Originally distributed as Optik; see http://optik.sourceforge.net/ .
66
7- If you have problems with this module, please do not files bugs,
7+ If you have problems with this module, please do not file bugs,
88patches, or feature requests with Python; instead, use Optik's
99SourceForge project page:
1010 http://sourceforge.net/projects/optik
1616# Python developers: please do not make changes to this file, since
1717# it is automatically generated from the Optik source code.
1818
19-
20- __version__ = "1.4.1"
19+ __version__ = "1.4.1+"
20+
21+ __all__ = ['Option' ,
22+ 'SUPPRESS_HELP' ,
23+ 'SUPPRESS_USAGE' ,
24+ 'STD_HELP_OPTION' ,
25+ 'STD_VERSION_OPTION' ,
26+ 'Values' ,
27+ 'OptionContainer' ,
28+ 'OptionGroup' ,
29+ 'OptionParser' ,
30+ 'HelpFormatter' ,
31+ 'IndentedHelpFormatter' ,
32+ 'TitledHelpFormatter' ,
33+ 'OptParseError' ,
34+ 'OptionError' ,
35+ 'OptionConflictError' ,
36+ 'OptionValueError' ,
37+ 'BadOptionError' ]
2138
2239__copyright__ = """
2340Copyright (c) 2001-2003 Gregory P. Ward. All rights reserved.
You can’t perform that action at this time.
0 commit comments