Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

Add dependency on simplejson for Python <2.7 #46

Open patricklucas opened 9 years ago

patricklucas commented 9 years ago

From my comment on #18:

Since pyleus deps msgpack now, and we already dep argparse for python <2.7, I think we should just add a dep on simplejson in the same manner.

We could import it in the newly-added compat.py so we don't have to litter try: import simplejson as json everywhere.