diff options
-rwxr-xr-x | bin/ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild index aafc69d3f..80feb3563 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -38,7 +38,6 @@ if debug and "python-trace" in portage.features: portage.debug.set_trace(True) if portage.settings["NOCOLOR"] in ("yes","true") or not sys.stdout.isatty(): - import output portage.output.nocolor() ebuild = pargs.pop(0) |