diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-03 21:44:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-03 21:44:27 +0000 |
commit | 7bb76cd107c9ef467edc1cce5092a98ba4a66c88 (patch) | |
tree | 6e87c420d1d4309698e6d16d9942c48a2a7abb9c | |
parent | Fixup awol channels. (diff) | |
download | rbot-gentoo-7bb76cd107c9ef467edc1cce5092a98ba4a66c88.tar.gz rbot-gentoo-7bb76cd107c9ef467edc1cce5092a98ba4a66c88.tar.bz2 rbot-gentoo-7bb76cd107c9ef467edc1cce5092a98ba4a66c88.zip |
Update for new portage.
-rw-r--r-- | gentoo-scripts/earch | 2 |
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") |