template: remove use_color from template functions.
authorW. Trevor King <wking@tremily.us>
Sat, 6 Oct 2012 20:02:43 +0000 (16:02 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 6 Oct 2012 20:02:43 +0000 (16:02 -0400)
commitc80e4d36d7f26c1c7b594c3b5fc7d373d6be0bce
treee0fe6d3b62eec0fe350baf5a5533e10342284eca
parent95d4934975a3bf41e607969b694de60ac28cd76f
template: remove use_color from template functions.

This catches these functions up with

  commit 2c8c64a90009b50ee9f9708846b29c1f3b53a28f
  Author: W. Trevor King <wking@tremily.us>
  Date:   Sat Sep 1 19:14:12 2012 -0400

    color: add ColoredFormatter for more transparent coloring.

and avoids

  TypeError: send_emails() got an unexpected keyword argument 'use_color'
pygrader/template.py