I'm installing this in my project using pip and version 1.0.3 (lastest shown here: https://pypi.python.org/pypi/sockjs-tornado)
However I noticed that I don't get the latest files. In particular I'm affected by the problem that this commits fixes: 6c745ee
When I look at the code after the pip installation, those lines are still there which also matches the behavior i see in my server.
Is there a way to update the pip repo so that the actual code from 1.0.3 is there?