comparison cmd2.py @ 414:731f2c93c1cd

begin work on v 0.6.3
author Catherine Devlin <catherine.devlin@gmail.com>
date Fri, 12 Nov 2010 20:05:46 -0500
parents f16f444a4d10
children d858a03fbdbb
comparison
equal deleted inserted replaced
413:f16f444a4d10 414:731f2c93c1cd
45 import pyparsing_py3 as pyparsing 45 import pyparsing_py3 as pyparsing
46 raw_input = input 46 raw_input = input
47 else: 47 else:
48 import pyparsing 48 import pyparsing
49 49
50 __version__ = '0.6.2' 50 __version__ = '0.6.3'
51 51
52 class OptionParser(optparse.OptionParser): 52 class OptionParser(optparse.OptionParser):
53 def exit(self, status=0, msg=None): 53 def exit(self, status=0, msg=None):
54 self.values._exit = True 54 self.values._exit = True
55 if msg: 55 if msg: