Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GetIABooksActivity.py
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2009-11-26 11:23:47 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2009-11-26 11:23:47 (GMT)
commitab610090256b493bda54ced9792b790f363d9654 (patch)
tree192a538d20db15d7d5c9011c931a6c1e60ca0975 /GetIABooksActivity.py
parent50280a5395d86de70d06a4b9a83a1cc08cd8547a (diff)
Remove the ReadHTTPRequestHandler class. We will not be using it for now.
Diffstat (limited to 'GetIABooksActivity.py')
-rwxr-xr-xGetIABooksActivity.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/GetIABooksActivity.py b/GetIABooksActivity.py
index 9618ef9..4a26fee 100755
--- a/GetIABooksActivity.py
+++ b/GetIABooksActivity.py
@@ -172,18 +172,6 @@ class BooksToolbar(gtk.Toolbar):
self._download.props.sensitive = state
self.format_combo.props.sensitive = state
-class ReadHTTPRequestHandler(network.ChunkedGlibHTTPRequestHandler):
- """HTTP Request Handler for transferring document while collaborating.
-
- RequestHandler class that integrates with Glib mainloop. It writes
- the specified file to the client in chunks, returning control to the
- mainloop between chunks.
-
- """
- def translate_path(self, path):
- """Return the filepath to the shared document."""
- return self.server.filepath
-
class ReadURLDownloader(network.GlibURLDownloader):
"""URLDownloader that provides content-length and content-type."""