projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2699494
)
import dispatch_conf from the new namespace
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 May 2007 08:25:30 +0000
(08:25 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 May 2007 08:25:30 +0000
(08:25 -0000)
svn path=/main/trunk/; revision=6528
bin/dispatch-conf
patch
|
blob
|
history
diff --git
a/bin/dispatch-conf
b/bin/dispatch-conf
index 1ea450780069c2aa40f1a62cc539f01e0388b4f9..a62a0ef40d74e4b35cf7acb0e3fdb3a9519b135f 100755
(executable)
--- 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'"