aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-10-03 21:44:27 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-10-03 21:44:27 +0000
commit7bb76cd107c9ef467edc1cce5092a98ba4a66c88 (patch)
tree6e87c420d1d4309698e6d16d9942c48a2a7abb9c
parentFixup awol channels. (diff)
downloadrbot-gentoo-7bb76cd107c9ef467edc1cce5092a98ba4a66c88.tar.gz
rbot-gentoo-7bb76cd107c9ef467edc1cce5092a98ba4a66c88.tar.bz2
rbot-gentoo-7bb76cd107c9ef467edc1cce5092a98ba4a66c88.zip
Update for new portage.
-rw-r--r--gentoo-scripts/earch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo-scripts/earch b/gentoo-scripts/earch
index 2f44cf0..f18da83 100644
--- a/gentoo-scripts/earch
+++ b/gentoo-scripts/earch
@@ -14,7 +14,7 @@ import re
import string
import readline
import getopt
-from output import *
+from portage.output import *
# we import portage later
sys.path.insert(0, "/usr/lib/portage/pym")