summaryrefslogtreecommitdiffstats
path: root/ipapython
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 /ipapython
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 'ipapython')
-rw-r--r--ipapython/sysrestore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/sysrestore.py b/ipapython/sysrestore.py
index 99d78b1b4..935e4c6ce 100644
--- a/ipapython/sysrestore.py
+++ b/ipapython/sysrestore.py
@@ -227,7 +227,7 @@ class FileStore:
tasks.restore_context(path)
- #force file to be deleted
+ # force file to be deleted
self.files = {}
self.save()