Add Revision keyword.

This commit is contained in:
Martin v. Löwis 2010-12-04 09:11:41 +00:00
parent d23047b62c
commit 81c9b45905
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
import sys, re import sys, re
print("/* Generated by typeslots.py $Revision$ */")
res = {} res = {}
for line in sys.stdin: for line in sys.stdin:
m = re.match("#define Py_([a-z_]+) ([0-9]+)", line) m = re.match("#define Py_([a-z_]+) ([0-9]+)", line)