2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-07 09:25:13 +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
+1
View File
@@ -3,6 +3,7 @@
import argparse
import errno
import os
import pwd
import socket
import subprocess
import sys