""" Verifies that changelogs obey certain properties """

type_list = [""]

from sys import stderr
import re

backslashes = re.compile ("")

def handler (filename, filetext):
    return 0


