changeset 97:1dfe882138aa

more imports in __init__.py
author catherine@dellzilla
date Mon, 29 Sep 2008 11:06:12 -0400
parents 9dcdea6f11fc
children a468c3215738
files __init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/__init__.py	Mon Sep 29 10:44:41 2008 -0400
+++ b/__init__.py	Mon Sep 29 11:06:12 2008 -0400
@@ -1,3 +1,3 @@
-from cmd2 import Cmd
+from cmd2 import Cmd, options, make_option
 __all__ = ["cmd2", "flagReader", "bootstrap"]
 __version__ = '0.3.7'
\ No newline at end of file