Changeset c2327c5f475b1c5788b6f9dc4fe2115736262987

Show
Ignore:
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

  • 2.4 compatibility fix
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugin.py

    rb02cc7d rc2327c5  
    2626    def SendFile(self, handler, container, name): 
    2727        o = urlparse("http://fake.host" + handler.path) 
    28         path = unquote_plus(o.path
     28        path = unquote_plus(o[2]
    2929        handler.send_response(200) 
    3030        handler.end_headers()