~ubuntu-branches/ubuntu/wily/prewikka/wily

« back to all changes in this revision

Viewing changes to prewikka/ModPythonHandler.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2008-07-02 16:49:06 UTC
  • mfrom: (6.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080702164906-q2bkfn6i40hd95tt
Tags: 0.9.14-2
* Update watch file
* Bump Standards version to 3.8.0 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    def sendHeader(self, name, value):
37
37
        self._req.headers_out[name] = value
38
38
         
39
 
    def endHeader(self):
 
39
    def endHeaders(self):
40
40
        pass
41
41
 
42
42
    def addCookie(self, param, value, expires):