Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: lib/naclports/__init__.py

Issue 839083003: Add initial support for color output in the build system (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | lib/naclports/__main__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/naclports/__init__.py
diff --git a/lib/naclports/__init__.py b/lib/naclports/__init__.py
index d2e641a2b824c8d7813b86396b9fcc9c835acf10..4251875347d84255313dd1e7d885e6bd29daa000 100644
--- a/lib/naclports/__init__.py
+++ b/lib/naclports/__init__.py
@@ -9,3 +9,6 @@ from naclports.util import GetInstallRoot, InstallLock, BuildLock, IsInstalled
from naclports.util import GS_BUCKET, GS_URL
from naclports.paths import NACLPORTS_ROOT, OUT_DIR, TOOLS_DIR, PACKAGES_ROOT
from naclports.paths import BUILD_ROOT, STAMP_DIR, PUBLISH_ROOT
+
+import colorama
+colorama.init()
« no previous file with comments | « PRESUBMIT.py ('k') | lib/naclports/__main__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698