Commit cf5a4acf authored by Andreas Jung's avatar Andreas Jung

- reverting chrisms change to optparse.

- shipping docutils with optparse/textwrap from Python 2.3 to avoid
  major changes to the docutils code
parent 445409d5
# Author: David Goodger # Author: David Goodger
# Contact: goodger@users.sourceforge.net # Contact: goodger@users.sourceforge.net
# Revision: $Revision: 1.4 $ # Revision: $Revision: 1.5 $
# Date: $Date: 2003/07/14 01:08:31 $ # Date: $Date: 2003/08/13 16:19:29 $
# Copyright: This module has been placed in the public domain. # Copyright: This module has been placed in the public domain.
""" """
...@@ -24,8 +24,8 @@ import types ...@@ -24,8 +24,8 @@ import types
import ConfigParser as CP import ConfigParser as CP
import codecs import codecs
import docutils import docutils
import optik as optparse import optparse
from optik import Values, SUPPRESS_HELP from optparse import Values, SUPPRESS_HELP
def store_multiple(option, opt, value, parser, *args, **kwargs): def store_multiple(option, opt, value, parser, *args, **kwargs):
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment