ui: Remove UserInterface.display_results()
authorW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 03:09:06 +0000 (22:09 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 13 Mar 2013 21:17:15 +0000 (17:17 -0400)
commit58ec908f6d312a44fe37b037e736b7f6a1797c81
tree21b67080c377249c02b672bd1fa8af6450d85e7c
parent6c0774a8df8947f7ea489905ffbbc2d4abace76e
ui: Remove UserInterface.display_results()

Having quizzer.cli.main() calling ui.display_results() does not
translate well to an HTML-based UI.

CommandLineInterface now displays results as part of its .run()
implementation.
quizzer/cli.py
quizzer/ui/__init__.py
quizzer/ui/cli.py