test-network: sort imported modules

This commit is contained in:
Yu Watanabe
2018-12-06 14:59:49 +01:00
parent 09ea6724e7
commit a9bc5e370e

View File

@@ -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'