1 parent 6c78609 commit 4f6f721Copy full SHA for 4f6f721
1 file changed
fluent/handler.py
@@ -8,6 +8,11 @@
8
except ImportError:
9
import json
10
11
+try:
12
+ basestring
13
+except NameError:
14
+ basestring = (str, bytes)
15
+
16
from fluent import sender
17
18
0 commit comments