add wjtx interface
This commit is contained in:
parent
9e4adf241f
commit
97fc396df9
@ -13,8 +13,6 @@ usage: m = mysqlBase(host='xxx',db='xxx',user='xxx',pwd='xxx') 实例化
|
|||||||
"""
|
"""
|
||||||
from scripts.logger import logger as log
|
from scripts.logger import logger as log
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
|
||||||
import pymysql as MySQLdb
|
import pymysql as MySQLdb
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
import time
|
import time
|
||||||
from scripts.common.ansible import AnsiInterface, write_host
|
from scripts.common.ansible import AnsiInterface, write_host
|
||||||
import redis
|
import redis
|
||||||
from ops.mmysql import MysqlBase
|
from scripts.common.mmysql import MysqlBase
|
||||||
import json
|
import json
|
||||||
from scripts.logger import logger as log
|
from scripts.logger import logger as log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user