# HG changeset patch # User catherine@localhost # Date 1211982729 14400 # Node ID 9f4b13d23b6ef7542c8a93a05596885d4ad6263b # Parent 489c25782e0b0c45288d8ae572aa3b7c2792fa6a dropping test stuff diff -r 489c25782e0b -r 9f4b13d23b6e testcmd.py --- a/testcmd.py Wed May 28 09:43:38 2008 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -import cmd2 - -class test(cmd2.Cmd): - binarypar = True - def do_sing(self, arg): - '''Sings. - - Hums if it has to fake it.''' - print arg or 'hmm hmm hmm' - def do_shout(self, arg): - print arg.upper() - def do_quit(self, arg): - return 1 - multilineCommands = ['shout'] - -t = test() -t.cmdloop() \ No newline at end of file diff -r 489c25782e0b -r 9f4b13d23b6e testsongs.txt --- a/testsongs.txt Wed May 28 09:43:38 2008 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -sing -shout; -shout oh my -darling -clementine -; -shout -even -more - -sing this song