mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-06 03:56:27 +02:00
Minor changes
This commit is contained in:
parent
bdbb257030
commit
51f6897ef8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import subprocess, os, json, re
|
import subprocess, os, json, re, sys
|
||||||
from clusterman.config import CONF
|
from clusterman.config import CONF
|
||||||
|
|
||||||
def ssh_exec(host,command,use_key=True):
|
def ssh_exec(host,command,use_key=True):
|
||||||
|
|
Loading…
Add table
Reference in a new issue