summaryrefslogtreecommitdiffstats
path: root/bin/dispatch-conf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-13 08:25:30 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-13 08:25:30 +0000
commitbeb3772846205718150f3afa7c4a699963b970ff (patch)
treee27e0b2d5e76273f4fc1d7b32d6e653bff3edc8d /bin/dispatch-conf
parent2699494e051bfad5faeb22b36388ef4e6f6e0c55 (diff)
downloadportage-beb3772846205718150f3afa7c4a699963b970ff.tar.gz
portage-beb3772846205718150f3afa7c4a699963b970ff.tar.bz2
portage-beb3772846205718150f3afa7c4a699963b970ff.zip
import dispatch_conf from the new namespace
svn path=/main/trunk/; revision=6528
Diffstat (limited to 'bin/dispatch-conf')
-rwxr-xr-xbin/dispatch-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index 1ea450780..a62a0ef40 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -25,7 +25,7 @@ except ImportError:
sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
import portage
-import dispatch_conf
+from portage import dispatch_conf
from portage.process import find_binary
FIND_EXTANT_CONFIGS = "find '%s' %s -iname '._cfg????_%s' ! -iname '.*~' ! -iname '.*.bak'"