Skip to content

Commit d04166c

Browse files
committed
Hmm. Add the closing '$' for the keywords, too.
- Legacy-Id: 648
1 parent c8e084d commit d04166c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__version__ = "0.98"
22

3-
__date__ = "$Date:"
3+
__date__ = "$Date$"
44

5-
__rev__ = "$Rev:"
5+
__rev__ = "$Rev$"
66

7-
__id__ = "$Id:"
7+
__id__ = "$Id$"

0 commit comments

Comments
 (0)