Skip to content

Commit aa025e2

Browse files
author
root
committed
Update yajl-py refs to prevent YajlContentHandler is not defined issue with latest yajl and yajl-py
1 parent e44d25d commit aa025e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forcefdw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from multicorn import ForeignDataWrapper
22
from multicorn.utils import log_to_postgres, ERROR, DEBUG
3-
from yajl import *
3+
from yajl import YajlContentHandler, YajlParser
44

55
from Queue import Queue
66
from threading import Thread

0 commit comments

Comments
 (0)