Changeset eceeb54041d6fa0fc7c0224605cc55a8be9038c4

Show
Ignore:
Timestamp:
11/18/07 12:49:31 (1 year ago)
Author:
Jason Michalski <armooo@armooo.net>
git-committer:
Jason Michalski <armooo@armooo.net> 1195411771 -0600
git-parent:

[7dd7b63efbd2cf6f9d25cb580da79fafbb0c6f27]

git-author:
Jason Michalski <armooo@armooo.net> 1195411771 -0600
Message:

Renamed method SendFile? to send_file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • httpserver.py

    r7dd7b63 receeb54  
    3434            if path.startswith('/' + name): 
    3535                plugin = GetPlugin(container['type']) 
    36                 plugin.SendFile(self, container, name) 
     36                plugin.send_file(self, container, name) 
    3737                return 
    3838             
  • plugin.py

    r5bf1bd3 receeb54  
    2424    content_type = '' 
    2525 
    26     def SendFile(self, handler, container, name): 
     26    def send_file(self, handler, container, name): 
    2727        o = urlparse("http://fake.host" + handler.path) 
    2828        path = unquote_plus(o[2]) 
  • plugins/video/video.py

    r8698247 receeb54  
    1515    content_type = 'x-container/tivo-videos' 
    1616 
    17     def SendFile(self, handler, container, name): 
     17    def send_file(self, handler, container, name): 
    1818         
    1919        #No longer a 'cheep' hack :p