pep8 check

This commit is contained in:
yaowei 2016-01-15 02:06:57 +08:00
parent 0d3688208f
commit d7427e9b38
2 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ def kill_process_by_id(pid):
os.kill(pid, signal.SIGILL) os.kill(pid, signal.SIGILL)
os.waitpid(pid, 0) os.waitpid(pid, 0)
def get_interface(interface): def get_interface(interface):
"""Support Centos standard physical interface, """Support Centos standard physical interface,
such as eth0. such as eth0.