From eb9c35cbb77fa16f8301428ce163359008d1687f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Nov 2011 09:53:06 +1100 Subject: kcc: fixed tabs/spaces in kcc python implementation as spotted by autobuild --- source4/scripting/bin/samba_kcc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/scripting/bin') diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index 10c51d3f00..be6c925b95 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -38,10 +38,10 @@ import samba, ldb import optparse import logging -from samba import getopt as options -from samba.auth import system_session -from samba.samdb import SamDB -from samba.kcc_utils import * +from samba import getopt as options +from samba.auth import system_session +from samba.samdb import SamDB +from samba.kcc_utils import * class KCC: """The Knowledge Consistency Checker class. A container for @@ -81,7 +81,7 @@ class KCC: into the dsa_table by dn string Raises an Exception on error. """ - dn = ldb.Dn(self.samdb, "") + dn = ldb.Dn(self.samdb, "") try: res = samdb.search(base=dn, scope=ldb.SCOPE_BASE, attrs=["dsServiceName"]) -- cgit