Commit 81c9b459 authored by Martin v. Löwis's avatar Martin v. Löwis

Add Revision keyword.

parent d23047b6
......@@ -3,6 +3,7 @@
import sys, re
print("/* Generated by typeslots.py $Revision$ */")
res = {}
for line in sys.stdin:
m = re.match("#define Py_([a-z_]+) ([0-9]+)", line)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment