Skip to content

Commit c1a6b8e

Browse files
committed
Merge pull request #49 from jimjh/import-buffer-underflow-error
import bufferunderflow error
2 parents 2ed7638 + f81d254 commit c1a6b8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kafka/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import struct
44
from threading import Thread, Event
55

6+
from common import *
7+
68

79
def write_int_string(s):
810
if s is None:

0 commit comments

Comments
 (0)