~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to prewikka/ModPythonHandler.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-05-28 16:16:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070528161644-zthj0z0oj9bnyph8
Tags: 0.9.11.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        self._req.write(data)
35
35
 
36
36
    def sendHeader(self, name, value):
37
 
        pass
38
 
 
 
37
        self._req.headers_out[name] = value
 
38
         
39
39
    def endHeader(self):
40
40
        pass
41
41