From 2699494e051bfad5faeb22b36388ef4e6f6e0c55 Mon Sep 17 00:00:00 2001
From: Zac Medico <zmedico@gentoo.org>
Date: Sun, 13 May 2007 08:19:24 +0000
Subject: [PATCH] tabs -> spaces

svn path=/main/trunk/; revision=6527
---
 bin/dispatch-conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index 6c5b57e6b..1ea450780 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -13,7 +13,7 @@
 #
 
 if not hasattr(__builtins__, "set"):
-	from sets import Set as set
+    from sets import Set as set
 
 from stat import *
 from random import *
@@ -21,8 +21,8 @@ import atexit, commands, os, re, shutil, stat, 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
-- 
2.26.2