summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 8e0b8e428..368902255 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -13,7 +13,6 @@ import errno
import formatter
import logging
import optparse
-import os
import re
import signal
import stat
@@ -40,6 +39,7 @@ except ImportError:
sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
import portage
portage._disable_legacy_globals()
+from portage import os
try:
from repoman.checks import run_checks