comparison __init__.py @ 97:1dfe882138aa

more imports in __init__.py
author catherine@dellzilla
date Mon, 29 Sep 2008 11:06:12 -0400
parents 9dcdea6f11fc
children
comparison
equal deleted inserted replaced
96:9dcdea6f11fc 97:1dfe882138aa
1 from cmd2 import Cmd 1 from cmd2 import Cmd, options, make_option
2 __all__ = ["cmd2", "flagReader", "bootstrap"] 2 __all__ = ["cmd2", "flagReader", "bootstrap"]
3 __version__ = '0.3.7' 3 __version__ = '0.3.7'