2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 05:50:30 +00:00

Correect which subprocess module is used by util

This commit is contained in:
Jarrod Johnson
2021-12-08 11:26:08 -05:00
parent 343e5eabe5
commit 68bfb950f3

View File

@@ -26,7 +26,7 @@ import re
import socket
import ssl
import struct
import subprocess
import eventlet.green.subprocess as subprocess
def run(cmd):