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

missing_shlex import in nodeattrib

This commit is contained in:
tkucherera
2023-10-05 11:44:04 -04:00
parent 2e84c73baa
commit 77eec1a791

View File

@@ -22,6 +22,7 @@ import optparse
import os
import signal
import sys
import shlex
try:
signal.signal(signal.SIGPIPE, signal.SIG_DFL)