Skip to content

Commit bb981c9

Browse files
author
nd
committed
property cleanup
1 parent 71c75d6 commit bb981c9

47 files changed

Lines changed: 186 additions & 186 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# Originally developed by Gregory Trubetskoy.
1616
#
17-
# $Id: Makefile.in,v 1.11 2004/02/16 19:47:27 grisha Exp $
17+
# $Id$
1818
#
1919

2020
PYTHON_BIN=@PYTHON_BIN@

dist/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: README,v 1.1 2002/12/28 03:42:32 grisha Exp $
1+
$Id$
22

33
This directory contains files necessary for building
44
mod_python distributions.

dist/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
#
16-
# $Id: setup.py.in,v 1.6 2004/04/30 19:33:59 grisha Exp $
16+
# $Id$
1717

1818
from distutils.core import setup, Extension
1919

dist/win32_postinstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# Originally developed by Gregory Trubetskoy.
1616
#
17-
# $Id: win32_postinstall.py,v 1.7 2004/04/30 19:38:46 grisha Exp $
17+
# $Id$
1818
#
1919
# this script runs at the end of windows install
2020

examples/gzipfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: gzipfilter.py,v 1.1 2002/10/04 21:31:05 grisha Exp $
1+
# $Id$
22
#
33
# Usage:
44
# <Directory /where/ever>

lib/python/mod_python/Cookie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Originally developed by Gregory Trubetskoy.
1717
#
18-
# $Id: Cookie.py,v 1.11 2004/02/16 19:47:27 grisha Exp $
18+
# $Id$
1919

2020
"""
2121

lib/python/mod_python/Session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Originally developed by Gregory Trubetskoy.
1717
#
18-
# $Id: Session.py,v 1.13 2004/02/16 19:47:27 grisha Exp $
18+
# $Id$
1919

2020
import apache, Cookie
2121
import _apache

lib/python/mod_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Originally developed by Gregory Trubetskoy.
1717
#
18-
# $Id: __init__.py,v 1.10 2004/02/16 19:47:27 grisha Exp $
18+
# $Id$
1919

2020
__all__ = ["apache", "cgihandler", "psp",
2121
"publisher", "util"]

lib/python/mod_python/apache.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Originally developed by Gregory Trubetskoy.
1717
#
18-
# $Id: apache.py,v 1.83 2004/06/30 13:52:00 grisha Exp $
18+
# $Id$
1919

2020
import sys
2121
import traceback

lib/python/mod_python/cgihandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Originally developed by Gregory Trubetskoy.
1717
#
18-
# $Id: cgihandler.py,v 1.13 2004/02/16 19:47:27 grisha Exp $
18+
# $Id$
1919

2020
import apache
2121
import imp

0 commit comments

Comments
 (0)