bin/archive-conf has bad indentation:
RefactoringTool: Can't parse bin/archive-conf:
    IndentationError: unindent does not match any outer indentation level 
(<tokenize>, line 19) [ !! ]

Attached patch fixes this.
---
 bin/archive-conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/archive-conf b/bin/archive-conf
index 63ce9b2..caf8fa2 100755
--- a/bin/archive-conf
+++ b/bin/archive-conf
@@ -14,8 +14,8 @@ import os, sys
 try:
     import portage
 except ImportError:
-       from os import path as osp
-       sys.path.insert(0, 
osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
+    from os import path as osp
+    sys.path.insert(0, 
osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
     import portage
 
 import dispatch_conf
-- 
Regards,
Ali Polatel

-- 
gentoo-portage-dev@lists.gentoo.org mailing list

Reply via email to