Remove check of isatty when guessing color.
authorPaul Varner <fuzzyray@gentoo.org>
Thu, 6 Sep 2012 21:34:19 +0000 (16:34 -0500)
committerPaul Varner <fuzzyray@gentoo.org>
Thu, 6 Sep 2012 21:34:19 +0000 (16:34 -0500)
commite2e77301eb234aecfa5160d0de7bfda7bbe38a64
tree77f79c06e8e9d2db6d906f4100e9d8c9043130ff
parent305cc402de2081e1219b4d0457b247ec0fdfb416
Remove check of isatty when guessing color.

When going through a pipe, color is already turned off.  This allows
color to be restored with the --no-pipe option.  If color is not desired
with --no-pipe, then --nocolor should also be specified.
pym/gentoolkit/equery/__init__.py