summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-06-23 21:25:19 +0000
committerZac Medico <zmedico@gentoo.org>2009-06-23 21:25:19 +0000
commit12c879a68914db736c8193ccba1d52216e086b3c (patch)
treea3da6f1c97b5439c39bb3c157bf4cd663d2bd855 /bin/repoman
parentfcb5bebaf8eff2025cb8a40642f1e912dff5c5e0 (diff)
downloadportage-12c879a68914db736c8193ccba1d52216e086b3c.tar.gz
portage-12c879a68914db736c8193ccba1d52216e086b3c.tar.bz2
portage-12c879a68914db736c8193ccba1d52216e086b3c.zip
Fix imports for _emerge submodules.
svn path=/main/trunk/; revision=13678
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index d0c4c8667..1ca55cd8d 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -50,7 +50,8 @@ except ImportError:
from repoman.checks import run_checks
from repoman import utilities
-from _emerge import Package, RootConfig
+from _emerge.Package import Package
+from _emerge.RootConfig import RootConfig
from portage.sets import load_default_config
import portage.checksum