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:
parent
9ee29aabe1
commit
a86d962984
@ -3,6 +3,7 @@
|
||||
import argparse
|
||||
import errno
|
||||
import os
|
||||
import pwd
|
||||
import socket
|
||||
import subprocess
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user