test: sort imports and use "new" string formatting
authorBatuhan Osman Taşkaya <batuhanosmantaskaya@gmail.com>
Mon, 5 Feb 2018 06:28:53 +0000 (09:28 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 5 Feb 2018 06:28:53 +0000 (07:28 +0100)
commit278391c2fe387e7fee7dd38b271aa12b8875ab6e
treed920c41afdade0e4f6850d2c4153300fd3e11136
parentec79af69a1d159a43deb68c9ec1c31fe89743b6f
test: sort imports and use "new" string formatting

Followed PEP8 and PEP3101 rules (#8079)
Imports re-ordered by Alphabetical Standarts for following PEP8
Old type string formattings (" example %s " % exampleVar ) re-writed as new type string
formattings ( " example {} ".format(exampleVar) ) for following PEP3101
test/networkd-test.py
test/sysv-generator-test.py