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:
parent
872a13589c
commit
8404ddf3a2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user