From: Zac Medico Date: Sun, 13 May 2007 08:25:30 +0000 (-0000) Subject: import dispatch_conf from the new namespace X-Git-Tag: v2.2_pre1~1430 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=beb3772846205718150f3afa7c4a699963b970ff;p=portage.git import dispatch_conf from the new namespace svn path=/main/trunk/; revision=6528 --- 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'"