diff options
author | Philipp von Weitershausen <philipp@weitershausen.de> | 2004-05-16 13:00:21 +0000 |
---|---|---|
committer | Philipp von Weitershausen <philipp@weitershausen.de> | 2004-05-16 13:00:21 +0000 |
commit | 4b6c9a7b16a5a0e9459cc797d7752595384cc4fb (patch) | |
tree | 9e722533f786b9f626a232892619c0b691b3e00d /htmltalparser.py | |
parent | 23a7c11a6f95adea2b052ad303202589743a3869 (diff) | |
download | zope-tal-4b6c9a7b16a5a0e9459cc797d7752595384cc4fb.tar.gz |
Tell subversion to expand the Id keyword:
- 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".
Diffstat (limited to 'htmltalparser.py')
-rw-r--r-- | htmltalparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htmltalparser.py b/htmltalparser.py index c683541..13b2a13 100644 --- a/htmltalparser.py +++ b/htmltalparser.py @@ -13,7 +13,7 @@ ############################################################################## """Parse HTML and compile to TALInterpreter intermediate code. -$Id: htmltalparser.py,v 1.5 2003/08/21 14:19:29 srichter Exp $ +$Id$ """ from HTMLParser import HTMLParser, HTMLParseError |