remove unused import

pull/109/head
xcsoft 3 years ago committed by GitHub
parent c59f27859a
commit 087531a414
  1. 1
      tools.py

@ -13,7 +13,6 @@ cmd = 'ls /usr/local/lib/ | grep python | cut -d \\ -f 1 | awk \'END {print}\'
info = mw.execShell(cmd)
p = "/usr/local/lib/" + info[0].strip() + "/site-packages"
sys.path.append(p)
import psutil
def set_mysql_root(password):

Loading…
Cancel
Save