flaviogrossi / sockjs-cyclone

SockJS server support for the Cyclone web server
MIT License
26 stars 4 forks source link

Use the json module from stdlib (Python 2.6+) as fallback #5

Closed tomsun closed 10 years ago

tomsun commented 10 years ago

Makes simplejson dependency optional on Python 2.6+

flaviogrossi commented 10 years ago

Hi Tom, thank you for your contribution.

Since with this change simplejson is not a strict dependency anymore, i think you should also remove the lines in the setup.py file. Would you mind updating that file too so that I can merge both changes?

tomsun commented 10 years ago

Sure, done!