diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-06-02 01:33:43 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-14 06:44:06 +0200 |
commit | bbaa739bbda4685fa5e38ea0d939496398e11ebf (patch) | |
tree | 98667c3fdf178377e86a371014e2fc23cce354cb /selftest/selftesthelpers.py | |
parent | bcf298e7eca07a8869d184ad44c01232a11ba9ea (diff) | |
download | samba-bbaa739bbda4685fa5e38ea0d939496398e11ebf.tar.gz |
Remove remaining instance of pep8 E211 (too many spaces before operator).
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Change-Id: I9af3bf582bba8fc1094addb12cd0a5ce04406b5b
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r-- | selftest/selftesthelpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 40e38aab8b1..0e2033bd2e3 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -18,7 +18,6 @@ # three separated by newlines. All other lines in the output are considered # comments. -import errno import os import subprocess import sys |