2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Fix missing pwd import

The pwd module was accidentally omitted, fix the mistake.
This commit is contained in:
Jarrod Johnson 2020-03-13 11:04:16 -04:00
parent 9ee29aabe1
commit a86d962984

View File

@ -3,6 +3,7 @@
import argparse
import errno
import os
import pwd
import socket
import subprocess
import sys