2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-26 19:10:30 +00:00

Fix import of sortutil

This commit is contained in:
Jarrod Johnson 2021-04-06 10:43:37 -04:00
parent 872a13589c
commit 8404ddf3a2

View File

@ -6,7 +6,6 @@ import os
import pwd
import socket
import subprocess
import sortutil
import sys
path = os.path.dirname(os.path.realpath(__file__))
@ -16,6 +15,7 @@ if path.startswith('/opt'):
sys.path.append(path)
import confluent.client as client
import confluent.sortutil as sortutil
import confluent.tlvdata as tlvdata
try: