]> git.michaelhowe.org Git - packages/b/bup.git/commit
Revert "depend on external tornado"
authorRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:10:04 +0000 (20:10 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:10:04 +0000 (20:10 -0400)
commit9abece4cc19a30247f732c549e8f99db3972c756
tree779124ee3f3d47bd7593b16fcbb9d2b5757a43e8
parent392f641e537ada4747b3e82f0c76b73a873d261d
Revert "depend on external tornado"

This reverts commit f5e4ddf49be6f8b0f33bdf40596200a0aa9670e7.

Conflicts:
debian/control
22 files changed:
lib/tornado/README [new file with mode: 0644]
lib/tornado/__init__.py [new file with mode: 0644]
lib/tornado/auth.py [new file with mode: 0644]
lib/tornado/autoreload.py [new file with mode: 0644]
lib/tornado/database.py [new file with mode: 0644]
lib/tornado/epoll.c [new file with mode: 0644]
lib/tornado/escape.py [new file with mode: 0644]
lib/tornado/httpclient.py [new file with mode: 0644]
lib/tornado/httpserver.py [new file with mode: 0644]
lib/tornado/httputil.py [new file with mode: 0755]
lib/tornado/ioloop.py [new file with mode: 0644]
lib/tornado/iostream.py [new file with mode: 0644]
lib/tornado/locale.py [new file with mode: 0644]
lib/tornado/options.py [new file with mode: 0644]
lib/tornado/s3server.py [new file with mode: 0644]
lib/tornado/template.py [new file with mode: 0644]
lib/tornado/test/README [new file with mode: 0644]
lib/tornado/test/test_ioloop.py [new file with mode: 0755]
lib/tornado/web.py [new file with mode: 0644]
lib/tornado/websocket.py [new file with mode: 0644]
lib/tornado/win32_support.py [new file with mode: 0644]
lib/tornado/wsgi.py [new file with mode: 0644]