summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-07-17 13:25:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-07-17 17:19:51 +0200
commitc6c84faecf5b7017c0d648d76ba0db4a2eba2f03 (patch)
treeb063634341be5709d5a57ce9369562ead0b45d01 /ipaserver
parent45958d62197296eabe5513ea392e204e1d49d5c6 (diff)
downloadfreeipa-c6c84faecf5b7017c0d648d76ba0db4a2eba2f03.tar.gz
freeipa-c6c84faecf5b7017c0d648d76ba0db4a2eba2f03.tar.xz
freeipa-c6c84faecf5b7017c0d648d76ba0db4a2eba2f03.zip
Py3: replace tab with space
python3 does not allow to mix spaces and tabs Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/dcerpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/dcerpc.py b/ipaserver/dcerpc.py
index 4de5afb54..87f978cfd 100644
--- a/ipaserver/dcerpc.py
+++ b/ipaserver/dcerpc.py
@@ -1276,7 +1276,7 @@ class TrustDomainJoins(object):
if self.local_domain.read_only:
return
- self.local_domain.ftinfo_records = []
+ self.local_domain.ftinfo_records = []
realm_domains = self.api.Command.realmdomains_show()['result']
# Use realmdomains' modification timestamp to judge records last update time