Command line UI now handles EOF during request/response interactions.
authorW. Trevor King <wking@drexel.edu>
Fri, 20 Aug 2010 10:43:17 +0000 (06:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 20 Aug 2010 10:43:17 +0000 (06:43 -0400)
For example
  $ echo | ./bin/hk.py -c 'new_playlist'
                       -c 'glob_curves_to_playlist test/data/*' --persist
used to loop forever thinking it was getting invalid responses to
  Exit? [y/N]

Also, change str() to unicode() in DoCommand.__call__ to handle
non-ascii messages (e.g. ยต (micro) from SI units).


No differences found