# HG changeset patch # User catherine@bothari # Date 1264431951 18000 # Node ID a94e3b39d78732fd8661b0f15f3896892f21da79 # Parent ab340dfd2e14e75d21e6d74e465d6c6fd701e5a6 connect2 changes in progress diff -r ab340dfd2e14 -r a94e3b39d787 catherine/table/sites.sql --- a/catherine/table/sites.sql Sun Jan 24 07:51:57 2010 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -REMARK BEGIN Table/catherine.sites -CREATE TABLE sites - ( id integer(32) NOT NULL - ,url varchar(120) - ,dt date - ,content text ) -REMARK END diff -r ab340dfd2e14 -r a94e3b39d787 cmd2.py --- a/cmd2.py Sun Jan 24 07:51:57 2010 -0500 +++ b/cmd2.py Mon Jan 25 10:05:51 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 = False + debug = True settable = ''' prompt continuation_prompt