summaryrefslogtreecommitdiff
path: root/ACE/bin/PythonACE/fuzz/verify_changelog.py
blob: b84f2b3d1472159ffce87699967657a0d72e3dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
""" Verifies that changelogs obey certain properties """

type_list = [""]

from sys import stderr
import re

backslashes = re.compile ("")

def handler (filename, filetext):
    return 0