remove old import
authorZac Medico <zmedico@gentoo.org>
Sun, 13 May 2007 08:29:28 +0000 (08:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 May 2007 08:29:28 +0000 (08:29 -0000)
svn path=/main/trunk/; revision=6529

bin/ebuild

index aafc69d3f5e7317b076420c9a725430fd2da7d79..80feb3563b354d3a7533b6f4f102820c2e85f500 100755 (executable)
@@ -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)