Skip to content

Commit

Permalink
Tell subversion to expand the Id keyword:
Browse files Browse the repository at this point in the history
  - replaced old CVS expansion with a clean $Id$
  - set the svn:keywords property to "Id"

When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".

ZODB, ZEO, Persistence and similar packages were not modified since they
are really maintained elsewhere. Right now, we use a copy of them in our
Zope/Zope3 trees. We should go back to the module sharing (using
svn:externals).
  • Loading branch information
philikon committed May 17, 2004
1 parent dcc1172 commit c6827b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
##############################################################################
__doc__='''Python Scripts Product Initialization
$Id: __init__.py,v 1.13 2002/08/14 22:25:08 mj Exp $'''
$Id$'''
__version__='$Revision: 1.13 $'[11:-2]

import PythonScript
Expand Down

0 comments on commit c6827b2

Please sign in to comment.