summaryrefslogtreecommitdiff
path: root/htmltalparser.py
diff options
context:
space:
mode:
authorPhilipp von Weitershausen <philipp@weitershausen.de>2004-05-16 13:00:21 +0000
committerPhilipp von Weitershausen <philipp@weitershausen.de>2004-05-16 13:00:21 +0000
commit4b6c9a7b16a5a0e9459cc797d7752595384cc4fb (patch)
tree9e722533f786b9f626a232892619c0b691b3e00d /htmltalparser.py
parent23a7c11a6f95adea2b052ad303202589743a3869 (diff)
downloadzope-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.py2
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