2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +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):