From: Zac Medico Date: Fri, 23 Jun 2006 06:58:13 +0000 (-0000) Subject: Do not import * for cooperation with pyflakes. X-Git-Tag: v2.1.1~417 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=feb99d3d05509c2dcc138fef6dfabf42b7d975dc;p=portage.git Do not import * for cooperation with pyflakes. svn path=/main/trunk/; revision=3620 --- diff --git a/bin/emerge b/bin/emerge index 803640d28..89241d33d 100755 --- a/bin/emerge +++ b/bin/emerge @@ -14,8 +14,10 @@ except KeyboardInterrupt: sys.exit(1) # If they control C during imports, just die silently import emergehelp,xpak,string,re,commands,time,shutil,traceback,signal,socket,types -from stat import * -from output import * +from stat import ST_MTIME +from output import blue, bold, colorize, darkblue, darkgreen, darkred, green, \ + havecolor, nc_len, nocolor, red, teal, turquoise, white, xtermTitle, \ + xtermTitleReset, yellow import portage_util import portage_locks