pg.py: set color.USE_COLOR depending on the --color argument.
authorW. Trevor King <wking@tremily.us>
Wed, 19 Sep 2012 17:57:57 +0000 (13:57 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 19 Sep 2012 18:04:16 +0000 (14:04 -0400)
commit406867fab12432c11c5a4679e4ff174969b94d58
treea863169885775e3cfc7f47930150e817f260d323
parentece69ce133a6d6f8752b065b42b0cbab60103d9f
pg.py: set color.USE_COLOR depending on the --color argument.

Otherwise the course loading and other things that avoid use_color
keyword args will end up getting printed in color by default.
bin/pg.py