projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f67a5b
)
Remove a few unused imports.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Jun 2006 03:18:49 +0000
(
03:18
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Jun 2006 03:18:49 +0000
(
03:18
-0000)
svn path=/main/trunk/; revision=3630
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 579ee3f8bc1f392160ed22542720cccf585c03b3..a0f56212bf21b3aca81f5e12dbd64b61e86626df 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-57,9
+57,7
@@
try:
# XXX: This needs to get cleaned up.
import output
- from output import blue, bold, brown, darkblue, darkgreen, darkred, darkteal, \
- darkyellow, fuchsia, fuscia, green, purple, red, teal, turquoise, white, \
- xtermTitle, xtermTitleReset, yellow
+ from output import bold, colorize, green, red, yellow
import portage_const
from portage_const import VDB_PATH, PRIVATE_PATH, CACHE_PATH, DEPCACHE_PATH, \