diff options
| author | Joe Guo <joeg@catalyst.net.nz> | 2018-07-30 18:15:34 +1200 |
|---|---|---|
| committer | Douglas Bagnall <dbagnall@samba.org> | 2018-08-24 07:49:26 +0200 |
| commit | bbb9f57603de490b39e5ad1b71e36f127291194b (patch) | |
| tree | ec81b3ecf24f5e163dbc7e5a88c588b8ed0a250b /source4/dsdb/tests/python/passwords.py | |
| parent | aa163f1a9c858203d900bbeda0e76ca247d0eace (diff) | |
| download | samba-bbb9f57603de490b39e5ad1b71e36f127291194b.tar.gz samba-bbb9f57603de490b39e5ad1b71e36f127291194b.tar.bz2 samba-bbb9f57603de490b39e5ad1b71e36f127291194b.zip | |
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/dsdb/tests/python/passwords.py')
| -rwxr-xr-x | source4/dsdb/tests/python/passwords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/passwords.py b/source4/dsdb/tests/python/passwords.py index 7bd91932dfc..606ab350f45 100755 --- a/source4/dsdb/tests/python/passwords.py +++ b/source4/dsdb/tests/python/passwords.py @@ -148,7 +148,7 @@ add: userPassword creds2.set_realm(creds.get_realm()) creds2.set_workstation(creds.get_workstation()) creds2.set_gensec_features(creds2.get_gensec_features() - | gensec.FEATURE_SEAL) + | gensec.FEATURE_SEAL) self.ldb2 = SamDB(url=host, credentials=creds2, lp=lp) def test_unicodePwd_hash_set(self): |
