Skip to content

Commit

Permalink
Update yajl-py refs to prevent YajlContentHandler is not defined issu…
Browse files Browse the repository at this point in the history
…e with latest yajl and yajl-py
  • Loading branch information
root committed May 22, 2015
1 parent e44d25d commit aa025e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forcefdw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from multicorn import ForeignDataWrapper
from multicorn.utils import log_to_postgres, ERROR, DEBUG
from yajl import *
from yajl import YajlContentHandler, YajlParser

from Queue import Queue
from threading import Thread
Expand Down

0 comments on commit aa025e2

Please sign in to comment.