PEP8: fix E401: multiple imports on one line
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:21:38 +0000 (18:21 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:30 +0000 (07:49 +0200)
commit95c36d825c68505dd28fda2a1bf7bcc707c523ad
tree091d17e7fb21a611e8ec41ccd6ff55fb5db8d2a1
parent4d529c400ba966ff633812a0f9f6a46862bd9e56
PEP8: fix E401: multiple imports on one line

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>
26 files changed:
examples/scripts/vfs/media_harmony/trigger_avid_update.py
python/samba/drs_utils.py
python/samba/join.py
python/samba/netcmd/__init__.py
python/samba/netcmd/dbcheck.py
python/samba/ntacls.py
python/samba/tests/blackbox/samba_dnsupdate.py
python/samba/tests/common.py
python/samba/tests/dckeytab.py
python/samba/tests/netbios.py
python/samba/tests/samba_tool/fsmo.py
python/samba/tests/samba_tool/join.py
python/samba/tests/smb.py
python/samba/tests/xattr.py
script/autobuild.py
script/bisect-test.py
source3/script/tests/test_wbinfo_sids2xids_int.py
source3/selftest/tests.py
source4/script/depfilter.py
source4/selftest/tests.py
source4/torture/drs/python/delete_object.py
source4/torture/drs/python/repl_move.py
source4/torture/drs/python/ridalloc_exop.py
wintest/test-s3.py
wintest/test-s4-howto.py
wintest/wintest.py