From 76c6adf1cfe57835c6fa264296820739cd1ef7b6 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 3 Jul 2001 12:43:12 +0000 Subject: [PATCH] --broken_auto_ptr -> --broken-auto-ptr [SVN r10511] --- example/tst_dvect2.py | 2 +- example/tst_ivect2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/tst_dvect2.py b/example/tst_dvect2.py index 2e72bf8b..90d381a7 100644 --- a/example/tst_dvect2.py +++ b/example/tst_dvect2.py @@ -92,7 +92,7 @@ if (__name__ == "__main__"): argv = [] for x in sys.argv: - if x != '--broken_auto_ptr': + if x != '--broken-auto-ptr': argv.append(x) broken_auto_ptr = argv != sys.argv sys.argv = argv diff --git a/example/tst_ivect2.py b/example/tst_ivect2.py index e7607151..a9e6aeef 100644 --- a/example/tst_ivect2.py +++ b/example/tst_ivect2.py @@ -92,7 +92,7 @@ if (__name__ == "__main__"): argv = [] for x in sys.argv: - if x != '--broken_auto_ptr': + if x != '--broken-auto-ptr': argv.append(x) broken_auto_ptr = argv != sys.argv sys.argv = argv