forgot to import time
This commit is contained in:
parent
c3cebbd6c9
commit
851c4c47e4
@ -1,5 +1,5 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
import string, random, csv
|
import string, random, csv, time
|
||||||
|
|
||||||
def run_cmd(cmd, out=subprocess.PIPE):
|
def run_cmd(cmd, out=subprocess.PIPE):
|
||||||
# Just runs a command, supports changing the pipe n stuff
|
# Just runs a command, supports changing the pipe n stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user