# HG changeset patch # User catherine.devlin@gmail.com # Date 1284958779 14400 # Node ID 2fccf9c87fe790f165c6ec12d0b055422631d585 # Parent f7cb69b0da9e9917a297417ed1e83b89c326b50e __version__ not _version__ diff -r f7cb69b0da9e -r 2fccf9c87fe7 cmd2.py --- a/cmd2.py Sun Sep 19 15:42:47 2010 -0400 +++ b/cmd2.py Mon Sep 20 00:59:39 2010 -0400 @@ -47,7 +47,7 @@ else: import pyparsing -_version__ = '0.6.2' +__version__ = '0.6.2' class OptionParser(optparse.OptionParser): def exit(self, status=0, msg=None):