Skip to content

Commit

Permalink
Demote s3server.py to a demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jun 11, 2011
1 parent ca14860 commit 696d978
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion tornado/test/import_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_import_everything(self):
import tornado.iostream
import tornado.locale
import tornado.options
import tornado.s3server
import tornado.simple_httpclient
import tornado.stack_context
import tornado.template
Expand Down
3 changes: 0 additions & 3 deletions website/templates/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ walkthrough of the `web` package.
* [`iostream`](http://github.com/facebook/tornado/blob/master/tornado/iostream.py) - A simple wrapper around non-blocking sockets to aide common reading and writing patterns
* [`ioloop`](http://github.com/facebook/tornado/blob/master/tornado/ioloop.py) - Core I/O loop

### Random modules
* [`s3server`](http://github.com/facebook/tornado/blob/master/tornado/s3server.py) - A web server that implements most of the [Amazon S3](http://aws.amazon.com/s3/) interface, backed by local file storage


Tornado walkthrough
-------------------
Expand Down

0 comments on commit 696d978

Please sign in to comment.