Revert "Better tooling"

This reverts commit eed06d620fa4814a596c359b2d8bba4ad524c934.

Accidental dcommit

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299615 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/git_cl.py b/git_cl.py
index 278cd9a..6fe4c6a 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4478,7 +4478,7 @@
   # These affect sys.stdout so do it outside of main() to simplify mocks in
   # unit testing.
   fix_encoding.fix_encoding()
-  colorama.init(wrap="TERM" not in os.environ)
+  colorama.init()
   try:
     sys.exit(main(sys.argv[1:]))
   except KeyboardInterrupt: