Skip to content

Commit e31e750

Browse files
committed
We most likely want simplejson first
1 parent 9f5d664 commit e31e750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluent/handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import threading
77

88
try:
9-
import json
10-
except ImportError:
119
import simplejson as json
10+
except ImportError:
11+
import json
1212

1313
from fluent import sender
1414

0 commit comments

Comments
 (0)