Exemplo n.º 1
0
def oracle_install(host,user,password):
    oracle.oracle_install(host,user,password)
Exemplo n.º 2
0
Arquivo: tasks.py Projeto: 957177498/b
def oracle_install(host, user, password, ssh_port):
    oracle.oracle_install(host, user, password, ssh_port)