]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: sort imported modules
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 13:59:49 +0000 (14:59 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 15:48:41 +0000 (16:48 +0100)
test/test-network/systemd-networkd-tests.py

index 256528af104589cf124d681c8c85aeba39fdf6f0..338f7f516c0ccc60acc6b1c4b417bdaf4eca5792 100755 (executable)
@@ -3,15 +3,15 @@
 # systemd-networkd tests
 
 import os
-import sys
-import unittest
-import subprocess
-import time
 import re
 import shutil
 import signal
 import socket
+import subprocess
+import sys
 import threading
+import time
+import unittest
 from shutil import copytree
 
 network_unit_file_path='/run/systemd/network'