Group imports by (standard, third-party, local), then alphanumerically.
commit4414ed5fb8e30f75bf972477d07ad7316f74e5d3
authorBen Finney <bignose@debian.org>
Mon, 31 Oct 2016 03:30:16 +0000 (31 14:30 +1100)
committerBen Finney <bignose@debian.org>
Mon, 31 Oct 2016 07:04:15 +0000 (31 18:04 +1100)
tree5585a4dda4d407980dc23fdef9594a73ba691ca4
parent4c8ae508a31376cc0df41f5bb47a62b269361e29
Group imports by (standard, third-party, local), then alphanumerically.
15 files changed:
dput/dcut.py
dput/dput.py
dput/helper/dputhelper.py
dput/methods/ftp.py
dput/methods/http.py
dput/methods/scp.py
setup.py
test/helper.py
test/test_changesfile.py
test/test_configfile.py
test/test_dcut.py
test/test_dput.py
test/test_dput_main.py
test/test_dputhelper.py
test/test_methods.py