aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-06-04 19:44:56 +0200
committerChristian Ruppert <idl0r@gentoo.org>2010-06-04 19:44:56 +0200
commit727800487b1adbded155860ff29ea061462870ac (patch)
tree2e8b81510587dfbc0f6f7fade5461e3c95695c45
parentMake the syntax stricter for #gentoo abuse. (diff)
downloadrbot-gentoo-727800487b1adbded155860ff29ea061462870ac.tar.gz
rbot-gentoo-727800487b1adbded155860ff29ea061462870ac.tar.bz2
rbot-gentoo-727800487b1adbded155860ff29ea061462870ac.zip
Use the new portage.output instead of the deprecated output.
-rw-r--r--gentoo-scripts/metadata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo-scripts/metadata.py b/gentoo-scripts/metadata.py
index 4321319..e6785d5 100644
--- a/gentoo-scripts/metadata.py
+++ b/gentoo-scripts/metadata.py
@@ -20,7 +20,7 @@ import portage
sys.stderr = stderr
from stat import *
-from output import *
+from portage.output import *
import cElementTree as etree