]> arthur.barton.de Git - bup.git/commit
Update tornado to revision ad104ffb41
authorGabriel Filion <lelutin@gmail.com>
Tue, 20 Jul 2010 22:42:26 +0000 (18:42 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 20 Jul 2010 22:45:14 +0000 (18:45 -0400)
commite593eb4522b28549b04d3d43bb4e9f642f73b48a
tree37ff7ea9f5da2a9ebce6d75622a16e0793c14fbb
parent8b784b112250912bd890d085f25b077410a75cde
Update tornado to revision ad104ffb41

The file lib/tornado/escape.py was forcing users to install a json
library even though "bup web" doesn't use any json functionality.

An issue was opened upstream:

http://github.com/facebook/tornado/issues/closed#issue/114

and the day after it was opened, a fix was committed for it.

Update to the latest revision of tornado so that we can remove a
dependency on json/simplejson.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
lib/tornado/escape.py
lib/tornado/ioloop.py