From f83379287f77df62bbf1dc35cf5e08babfe660ea Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Fri, 1 Jun 2012 00:39:12 -0700 Subject: [PATCH] Don't destroy the OptParser. As long as we're not gratuitously breaking compatibility, this cleanup isn't available in 2.3 and it's not like ophis runs long enough for this to be an issue anyway. --- src/Ophis/CmdLine.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Ophis/CmdLine.py b/src/Ophis/CmdLine.py index d50f1be..aa73170 100644 --- a/src/Ophis/CmdLine.py +++ b/src/Ophis/CmdLine.py @@ -72,5 +72,3 @@ def parse_args(raw_args): print_pass = options.verbose > 2 # dd print_ir = options.verbose > 3 # ddd print_labels = options.verbose > 4 # dddd - - parser.destroy()