| 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()
|
|
|