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