summaryrefslogtreecommitdiff
path: root/python/samba/gp_sec_ext.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-09-04 01:05:31 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-09-06 12:10:12 +0200
commit7ff6c198776e904aea5e9aa60d6aa26335c0f6ab (patch)
treea06d5001084f2f9b09a3fde57d19b7c36f3cfbc5 /python/samba/gp_sec_ext.py
parent8678fde5821b524578dab0fa7db097b9e5148af2 (diff)
downloadsamba-7ff6c198776e904aea5e9aa60d6aa26335c0f6ab.tar.gz
PEP8: fix E124: closing bracket does not match visual indentation
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba/gp_sec_ext.py')
-rw-r--r--python/samba/gp_sec_ext.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/gp_sec_ext.py b/python/samba/gp_sec_ext.py
index 439d016f0a0..d74dd252fc1 100644
--- a/python/samba/gp_sec_ext.py
+++ b/python/samba/gp_sec_ext.py
@@ -43,7 +43,7 @@ class inf_to_kdc_tdb(gp_ext_setter):
self.mins_to_hours),
'kdc:renewal_lifetime': (self.set_kdc_tdb,
self.days_to_hours),
- }
+ }
def __str__(self):
return 'Kerberos Policy'
@@ -102,7 +102,7 @@ class inf_to_ldb(gp_ext_setter):
"minPwdLength": (self.ch_minPwdLength, self.explicit),
"pwdProperties": (self.ch_pwdProperties, self.explicit),
- }
+ }
def __str__(self):
return 'System Access'