Mercurial > python-cmd2
changeset 297:ab340dfd2e14
"None"
author | catherine@bothari |
---|---|
date | Sun, 24 Jan 2010 07:51:57 -0500 |
parents | ae476b714190 |
children | a94e3b39d787 |
files | catherine/table/sites.sql cmd2.py |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/catherine/table/sites.sql Sun Jan 24 07:51:57 2010 -0500 @@ -0,0 +1,7 @@ +REMARK BEGIN Table/catherine.sites +CREATE TABLE sites + ( id integer(32) NOT NULL + ,url varchar(120) + ,dt date + ,content text ) +REMARK END
--- a/cmd2.py Sun Jan 24 07:42:41 2010 -0500 +++ b/cmd2.py Sun Jan 24 07:51:57 2010 -0500 @@ -103,7 +103,7 @@ self.fast_button = True ''' if not isinstance(option_list, list): - option_list = [option_list] + option_list = [option_list] def option_setup(func): optionParser = OptionParser() for opt in option_list: @@ -325,7 +325,7 @@ reserved_words = [] feedback_to_output = False # Do include nonessentials in >, | output quiet = False # Do not suppress nonessential output - debug = True + debug = False settable = ''' prompt continuation_prompt