Fixed empytline -> emptyline typo in hooke.ui.commandline.
authorW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 16:50:17 +0000 (12:50 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 16:50:17 +0000 (12:50 -0400)
commitff9ac019edc1c957443d5588f0c3823cc41fa659
treed41a0f8887f4769187e05e55d3808c20dc9b9227
parent9b26106af9849871af3c1e6762bcab187d056439
Fixed empytline -> emptyline typo in hooke.ui.commandline.

Also use cmd and args vs. old argv[0], argv[1:] in parseline for clarity.
hooke/ui/commandline.py