commit:     4d0fc4cfa8b46c05c443908a5cf526ca8a07d902
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 01:55:24 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Apr 18 16:50:36 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=4d0fc4cf

sankeoil import fix

---
 catalyst/support.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/support.py b/catalyst/support.py
index cafb5d2..08bddfe 100644
--- a/catalyst/support.py
+++ b/catalyst/support.py
@@ -215,8 +215,8 @@ def read_makeconf(mymakeconffile):
        if os.path.exists(mymakeconffile):
                try:
                        try:
-                               import snakeoil.fileutils
-                               return 
snakeoil.fileutils.read_bash_dict(mymakeconffile, sourcing_command="source")
+                               import snakeoil.bash #import snakeoil.fileutils
+                               return 
snakeoil.bash.read_bash_dict(mymakeconffile, sourcing_command="source")
                        except ImportError:
                                try:
                                        import portage.util

Reply via email to