annotate cmd2/__init__.py @ 107:3e2651cbe376

vigorous whitespace stripping from test results
author catherine@dellzilla
date Fri, 24 Oct 2008 16:13:47 -0400
parents 3de2a3eb765a
children
rev   line source
100
3de2a3eb765a oops, renesting directory
catherine@dellzilla
parents: 97
diff changeset
1 from cmd2 import Cmd, options, make_option, Statekeeper
96
9dcdea6f11fc organized into proper package
catherine@dellzilla
parents:
diff changeset
2 __all__ = ["cmd2", "flagReader", "bootstrap"]
9dcdea6f11fc organized into proper package
catherine@dellzilla
parents:
diff changeset
3 __version__ = '0.3.7'