summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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