Mercurial > sqlpython
changeset 101:9f4b13d23b6e
dropping test stuff
author | catherine@localhost |
---|---|
date | Wed, 28 May 2008 09:52:09 -0400 |
parents | 489c25782e0b |
children | c5f601abc993 |
files | testcmd.py testsongs.txt |
diffstat | 2 files changed, 0 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- 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