import dispatch_conf from the new namespace
authorZac Medico <zmedico@gentoo.org>
Sun, 13 May 2007 08:25:30 +0000 (08:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 May 2007 08:25:30 +0000 (08:25 -0000)
svn path=/main/trunk/; revision=6528

bin/dispatch-conf

index 1ea450780069c2aa40f1a62cc539f01e0388b4f9..a62a0ef40d74e4b35cf7acb0e3fdb3a9519b135f 100755 (executable)
@@ -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'"