Ran update-copyright.py.
[pygrader.git] / pygrader / tabulate.py
index 395abb15037bcb371c6ad9c1bf19fa503e71b607..4e212797dc2b4ace5a7f498b3752e70665bf8dcf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of pygrader.
 #
@@ -25,7 +25,7 @@ from .color import standard_colors as _standard_colors
 from .color import write_color as _write_color
 
 
-def tabulate(course, statistics=False, stream=None, use_color=False, **kwargs):
+def tabulate(course, statistics=False, stream=None, use_color=None, **kwargs):
     """Return a table of student's grades to date
     """
     if stream is None: