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:
parent
343e5eabe5
commit
68bfb950f3
@ -26,7 +26,7 @@ import re
|
||||
import socket
|
||||
import ssl
|
||||
import struct
|
||||
import subprocess
|
||||
import eventlet.green.subprocess as subprocess
|
||||
|
||||
|
||||
def run(cmd):
|
||||
|
Loading…
Reference in New Issue
Block a user