Exemplo n.º 1
0
def node_pwd():
    try:
        pwdtools.change_password(Config.USER)
    except Exception, e:
        print e
Exemplo n.º 2
0
def root_pwd():
    try:
        pwdtools.change_password("root")
    except Exception, e:
        print e