Changeset c2327c5f475b1c5788b6f9dc4fe2115736262987
- Timestamp:
- 04/02/07 22:08:03
(2 years ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1175569683 +0000
- git-parent:
[92e613567b64fbb2d4e4c562de98355aa264a681]
- git-author:
- Jason Michalski <armooo@armooo.net> 1175569683 +0000
- Message:
- pyTivo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb02cc7d |
rc2327c5 |
|
| 26 | 26 | def SendFile(self, handler, container, name): |
|---|
| 27 | 27 | o = urlparse("http://fake.host" + handler.path) |
|---|
| 28 | | path = unquote_plus(o.path) |
|---|
| | 28 | path = unquote_plus(o[2]) |
|---|
| 29 | 29 | handler.send_response(200) |
|---|
| 30 | 30 | handler.end_headers() |
|---|