Add Question.multiline and associated handling
authorW. Trevor King <wking@tremily.us>
Tue, 5 Feb 2013 20:07:32 +0000 (15:07 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 5 Feb 2013 20:07:32 +0000 (15:07 -0500)
commit28085da34e628aaaa0508eaf71aa7c22dc5d2ace
tree24026b4c947df94c32e48bdfef9d0f414723ef31
parentfeb041d1363f13e580b26a748e7a250272a15a82
Add Question.multiline and associated handling

Some questions can't be answered in a single line without reqiring
more shell knowledge than we need (e.g. `&&`).
quizzer/question.py
quizzer/ui/cli.py