Rename com to utils

This commit is contained in:
zhuyj17 2018-06-04 01:22:50 +08:00
parent 18d9ea08fd
commit 183ccb3d21
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/python3
import json, sys, netifaces, threading
from com.nettools import netcontrol,ovscontrol
from utils.nettools import netcontrol,ovscontrol
from com.log import logger
from utils.log import logger
# getip : get ip from network interface
# ifname : name of network interface