commit | 981f7368f68a03e416f946c6860197bc21bf743c | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Tue May 23 03:53:10 2000 +0000 |
committer | Greg Ward <gward@python.net> | Tue May 23 03:53:10 2000 +0000 |
tree | 0fc70ac00196ced2e432797af6e248767e88e171 | |
parent | 474607777d10562679b1640d3831290b0c4284f7 [diff] [blame] |
Don't take advantage of OptionDummy's new "auto-initialization" feature after all -- turns out it doesn't buy us much after all...
diff --git a/Lib/distutils/fancy_getopt.py b/Lib/distutils/fancy_getopt.py index 588c6ba..a593354 100644 --- a/Lib/distutils/fancy_getopt.py +++ b/Lib/distutils/fancy_getopt.py
@@ -239,7 +239,7 @@ if args is None: args = sys.argv[1:] if object is None: - object = OptionDummy(self.attr_name.values()) + object = OptionDummy() created_object = 1 else: created_object = 0