~ubuntu-branches/ubuntu/hardy/libapache2-mod-python/hardy

« back to all changes in this revision

Viewing changes to lib/python/mod_python/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-20 19:05:14 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060320190514-7gcx7mdusfp5it8r
Tags: 3.1.4-0ubuntu1
* Merge with Debian a little bit harder, minimising our diffs a bit.
* New upstream release, containing no changes other than the security
  fix for CVE-2005-0088 and an externally-visible module version bump.
* Tweak configure.in with upstream fix to resolve FTBFS with bash 3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 #
16
16
 # Originally developed by Gregory Trubetskoy.
17
17
 #
18
 
 # $Id: __init__.py,v 1.10 2004/02/16 19:47:27 grisha Exp $
 
18
 # $Id: __init__.py 102649 2004-02-16 19:47:28Z grisha $
19
19
 
20
20
__all__ = ["apache", "cgihandler", "psp",
21
21
           "publisher", "util"]